Displaying 1 result from an estimated 1 matches for "bobsdomain".
2006 Mar 17
2
How do I use ''reply-to'' with Action Mailer
...want the email to ''come from'' the user, and not from my system.
In my ActionMailer class if I do the following:
@from = "#{from_user.display_name} <notifier@mydomain.com>"
it works just fine. But I really want is:
@from = "#{from_user.display_name} <bob@bobsdomain.com>"
If I do that though, the email never gets delivered.
So I guess my question is can someone tell me how to make this work
correctly? Of if I can''t get this to work, is there a way to set a
''reply-to'' address so that when the user clicks reply in their ema...