README.rdoc in madmimi-1.0.13 vs README.rdoc in madmimi-1.0.14
- old
+ new
@@ -57,10 +57,14 @@
plain_text = "Plain text email contents [[unsubscribe]]"
mimi.send_plaintext(options, plain_text)
+=== Getting the status of a transactional mailing
+
+mimi.status('transaction_id') -> get the status on a specific transactional mailing
+
=== Return values
In most cases, a return value of a single space indicates success.
On success, #send_mail, #send_html, and #send_plaintext return String with a numeric mailing_id. This mailing_id can be used to look up stats with #mailing_stats.
@@ -90,9 +94,10 @@
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
== Contributors
tuker
+marcheiligers
== Copyright
Copyright (c) 2010 Nicholas Young. See LICENSE for details.