action mailer default :from => "foo@bar.com" not updating
23 views
Skip to first unread message
hobo_hippy
unread,
Jul 8, 2012, 4:29:33 PM7/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
I updated myMailer.rb file to use default :from => "f...@bar.com" and updated the code cache on my server to use the updated file, however my mail still shows up as coming from what I have the default :from => "..." set to before. Any ideas why this isn't updating?
Thanks,
HoboHippy
devcurmudgeon
unread,
Jul 9, 2012, 12:15:15 PM7/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Is it possible you've set an @from in the email method itself, which would override the default?
Bryan Larsen
unread,
Jul 9, 2012, 12:18:26 PM7/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Many mail servers, such as gmail, ignore any from sent to them and
always set it to the account used to send the mail.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Yeah, it must be that gmail is ignoring the :from... i'm trying to figure out how to update the gmail business account info to recognize it's no longer coming from the old gmail account, and set it up to use the new gmail account. Wish me luck and thanks