Actions
Defect #12649
closedAsync SMTP mails stopped working
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I upgraded from 1.4 to 2.1.4-stable and mail notifications stopped working.
I made modification to configuration.yml and changed "smtp_settings" to "async_smtp_settings" but it did not help.
configuration.yml
default: email_delivery: delivery_method: :async_smtp async_smtp_settings: address: ares.gi-bon.local port: 25 domain: gi-bon.sk production: development:
Log does not contain any error message and test mail is not delivered (even not sent).
Started GET "/redmine/admin/test_email" for 192.168.1.7 at Wed Dec 19 15:39:46 +0100 2012 Processing by AdminController#test_email as HTML Current user: duro (id=8) Rendered mailer/test_email.text.erb within layouts/mailer (0.6ms) Rendered mailer/test_email.html.erb within layouts/mailer (0.5ms) Redirected to http://vulcan.gi-bon.local/redmine/settings/edit?tab=notifications Completed 302 Found in 117ms (ActiveRecord: 0.9ms)
Actions