Sasi
2011-Jul-22 13:23 UTC
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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org'' 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Tom Meinlschmidt
2011-Jul-22 13:33 UTC
Re: How to create carbon copy recipents (cc) in Action Mailer for rails version 2.3.8
http://railsapi.com/doc/rails-v2.3.8/classes/ActionMailer/Base.html On Jul 22, 2011, at 15:23 , Sasi wrote:> My application is devloped in rails -2.3.8 > > i able to send mail to a single recipent. > > recipients ''ssasidaran86-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org'' > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.-- ==============================================================================Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz ============================================================================== -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.