mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Action Mailer guide: mention how to use :cc and :bcc parameters.
This commit is contained in:
parent
169a50930f
commit
51b2502c5e
1 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,8 @@ It is possible to send email to one or more recipients in one email (for e.g. in
|
|||
end
|
||||
</ruby>
|
||||
|
||||
The same format can be used to set carbon copy (Cc:) and blind carbon copy (Bcc:) recipients, by using the <tt>:cc</tt> and <tt>:bcc</tt> keys respectively.
|
||||
|
||||
h5. Sending Email With Name
|
||||
|
||||
Sometimes you wish to show the name of the person instead of just their email address when they receive the email. The trick to doing that is
|
||||
|
|
Loading…
Reference in a new issue