How to add a content to an email created with ActionMailer. mail(..,:body) and do |format| either

Hello, I am using ActionMailer and rails 3.0.9 and I want to add a content to an email that the user has entered but when I write: mail(…,:body=>“Something”) I can’t send the email. I tried mail(…) do |format| format.html {render :template=>‘some’} end but that didn’t changed the content of the email. Can someone help me? Thanks in advance :slight_smile:

Maybe you can start with this screencast:

http://railscasts.com/episodes/312-sending-html-email

HTH

Javier Q.

I was wrong. I don’t know what I have done wrong when I tried :body=>“some” the first time but now it worked! JavierQQ thank you for the quick response : )

08 юли 2012, неделя, 20:43:25 UTC+3, Tsvetelina Borisova написа: