Defect #7400
E-mail notifications are only sent when user watches issue
Status: | Closed | Start date: | 2011-01-21 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | - | |||
Resolution: | Invalid | Affected version: | 1.1.0 |
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
History
#1
Updated by Dmitry Bodunov over 11 years ago
I have same problem
#2
Updated by Dmitry Bodunov over 11 years ago
I have same problem after upgrade from 1.0.5 to 1.1.0 on gentoo (if this make sense)
#3
Updated by Christoph Polcin over 11 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.
#4
Updated by Frank de Graaf over 11 years ago
- Status changed from New to Resolved
That indeed fixed the problem. Thanks for your reply. Sorry for wasting your time hehe.
#5
Updated by Christoph Polcin over 11 years ago
#6
Updated by Etienne Massip about 11 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid