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 '[email protected]' > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

