Actions
Defect #3588
closedtest email works, notifications do not
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2009-07-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Just upgraded from 0.8-stable to trunk revision 2806. email.yml appears to be correct (it is below), and test emails from the admin panel go through correctly. However, notifications seem to have stopped working (e.g. on issue add/issue update). I have confirmed that the notification settings are correct and have tried editing the watchlist to no avail. My environment info is below. The notifications were ok before the upgrade.
Redmine: r2806
Ruby: 1.8.7.72_1,1
Rails: 2.2.2
mySQL: 4.1.22
OS: FreeBSD 6
email.yml:
# Outgoing email settings production: delivery_method: :smtp smtp_settings: address: smtp.mydomainishere.net port: 25 domain: redmine.mydomainishere.net authentication: :none development: delivery_method: :smtp smtp_settings: address: 127.0.0.1 port: 25 domain: example.net authentication: :login user_name: redmine@example.net password: redmine
Actions