[Rails] How to create carbon copy recipents (cc) in Action Mailer for rails version 2.3.8
My application is devloped in rails -2.3.8
i able to send mail to a single recipent.
recipients 'ssasidaran86@gmail.com'
from @admin_name
subject sub
body :cid => @cid, :name => user_detail.name , :addressing =>
@addressing , :admin_email => @admin_email, :admin_name => @admin_name
content_type "text/html"
how to cc recipents in rails -2.3.8
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home