Content
OP can't send emails
Added by Mirko Bianco over 10 years ago
Hello,
I’m running a production environment on ubuntu 12.04 server with passenger.
Everything is working fine, except for emails.
I tried different configurations: sendmail, smtp on localhost and smtp over gmail account.
Looking at logs I get this output when I send test email from settings (also webpage tells the message has been succesfully sent)
Sent mail to (2.7ms) Redirected to http://xxx.xx/settings/edit?tab=notifications Completed 302 Found in 20.1ms (ActiveRecord: 0.4ms) Started GET "/settings/edit?tab=notifications" for 81.123.XXX.XXX at 2014-07-21 11:09:18 +0200 Processing by SettingsController#edit as HTML
Anyway my messages aren’t sent.
I watched my /var/log/mail.log and /var/log/mail.err but no action displayed.
I tried to change settings for default as well as production environment.
Any suggestion?
take care
mirko
Replies (1)
Now the issue seems to be solved.
Notice that the test email from setting still sends no email (even though logfile says it does). Anyway from other modules the email correctly delivers.
Thanks
m