Skip to content

Commit

Permalink
ActionMailer::Base - add example of multiple recipients and make the …
Browse files Browse the repository at this point in the history
…format of addresses obvious
  • Loading branch information
xaviershay committed Dec 12, 2008
1 parent 9b98362 commit 7bf5fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionmailer/lib/action_mailer/base.rb
Expand Up @@ -17,6 +17,7 @@ module ActionMailer #:nodoc:
# class Notifier < ActionMailer::Base # class Notifier < ActionMailer::Base
# def signup_notification(recipient) # def signup_notification(recipient)
# recipients recipient.email_address_with_name # recipients recipient.email_address_with_name
# bcc ["bcc@example.com", "Order Watcher <watcher@example.com>"]
# from "system@example.com" # from "system@example.com"
# subject "New account information" # subject "New account information"
# body :account => recipient # body :account => recipient
Expand Down

0 comments on commit 7bf5fb0

Please sign in to comment.