lib/mad_mimi/mailer.rb in mad_mimi-0.0.2 vs lib/mad_mimi/mailer.rb in mad_mimi-0.0.3
- old
+ new
@@ -11,10 +11,10 @@
# Sending transactional email
#
# Sends a single transactional email to the recipient. Returns a unique transaction id if successful.
#
# == Required parameters are:
- # * <tt>:promotion_name</tt> -- The name of the promotion Mimi will send. For +raw_html+ or +raw_plain_text+ promotions, MadMimi will automatically create or update the promotion in your account.
+ # * <tt>:promotion_name</tt> -- The name of the promotion Mimi will send. For +raw_html+ or +raw_plain_text+ promotions, Mad Mimi will automatically create or update the promotion in your account.
# * <tt>:recipients</tt> -- The recipient (singular although the parameter name is plural) again just the email or in +Display Name <email@domain.com>+ format.
# * <tt>:body</tt> -- Required if you have placeholders. YAML encoded replacements for any {placeholders} in your promotion.
#
# == Optional parameters are:
# * <tt>:subject</tt> -- The subject of the email. Will default to the +promotion_name+ if not supplied.
\ No newline at end of file