Displaying 1 result from an estimated 1 matches for "smtp_pl".
Did you mean:
smtp_en
2008 Jul 06
12
Action Mailer Driving me insane
...s = true
config.action_mailer.perform_deliveries = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "mydomain.com",
:port => correct port,
:domain => "mydomain.com",
:authentication => :plain,
:user_name => "smtp_plain-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org",
:password => "the password"
}
When the app fires off an email, the rails log shows:
Sent mail to blah-VqLq+sPIL7v3in0mhzB2HgC/G2K4zDHf@public.gmane.org
but the postfix logs on the smtp server show absolutely nothing related
to this at...