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.

Reply via email to