Hi,

Users can contact me through a form that sends emails through
ActionMailer, the problem is that I can't set "reply_to", and the "from"
is actually set to my account on the server which sends the email, so I
have to copy and paste the user email which is saved in the body in the
reply of my mail client and that's painful.

Has anyone been able to set the reply_to option?

http://api.rubyonrails.com/classes/ActionMailer/Base.html is rather thin
on instructions on how to do that? Or did they skip it on purpose?

I also tried setting: headers 'reply-to' => email, 'Reply-ro' => email,
but none worked.


Best regards,
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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