Defect #7400
closedE-mail notifications are only sent when user watches issue
Description
When someone creates/modifies an issue for a project I am assigned to, the e-mail notification isn't being sent to me. My account setting is set to: "For any event on all my projects".
The log shows a half empty line (like it can't find the addresses):
Sending email notification to:
If I watch the ticket and I modify it, the line looks like this:
Sending email notification to: phally@example.com
Then I actually get the e-mail. So SMTP works fine.
Related issues
Updated by Dmitry Bodunov about 15 years ago
I have same problem after upgrade from 1.0.5 to 1.1.0 on gentoo (if this make sense)
Updated by Christoph Polcin about 15 years ago
Dmitry Bodunov wrote:
I have same problem
i had the same problem (on gentoo), database migration didn't work.
check if users.mail_notification is varchar(255) instead of tinyint/boolean,
if not try to to proceed the upgrade wiki and don't forget to invoke
rake db:migrate RAILS_ENV=production
i applied the changes from #4761 too.
Updated by Frank de Graaf about 15 years ago
- Status changed from New to Resolved
That indeed fixed the problem. Thanks for your reply. Sorry for wasting your time hehe.
Updated by Christoph Polcin about 15 years ago
i applied the changes from #4761 too.
sorry, i mean r4761.
Updated by Etienne Massip about 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid