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)
Updated by Toshi MARUYAMA over 12 years ago
- Subject changed from Async SMPT mails stopped working to Async SMTP mails stopped working
Updated by Juraj Lonc over 12 years ago
I managed it to work somehow...
configuration.yml contains this:
default: # Outgoing emails configuration (see examples above) email_delivery: delivery_method: :async_smtp async_smtp_settings: address: ares.gi-bon.local port: 25 domain: gi-bon.sk production: email_delivery: delivery_method: :async_smtp async_smtp_settings: address: ares.gi-bon.local port: 25 domain: gi-bon.sk
Updated by Daniel Felix over 12 years ago
- Status changed from Resolved to Closed
Closed due to author feedback.
Actions