Displaying 1 result from an estimated 1 matches for "spil7v3in0mhzb2hgc".
2008 Jul 06
12
Action Mailer Driving me insane
...,
: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 attempted email. When I send one from the development app
running on osx, I can easily find it in the postfix logs.
Help??? What could make actionmailer think everything is fine, and yet
th...