Modify ↓
#2814 closed defect (fixed)
Don't send out multiple emails to the same email address.
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | ticket system | Version: | 0.9.3 |
Severity: | normal | Keywords: | email notifications |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If a user appears as either reporter or assigned-to (assuming the relevant always_notify_* is turned on) and in the CC list for a given ticket, then they receive multiple notification emails.
One of them seems to be sent directly to that user alone, one sent to all of the users on the CC list. If it's relevant, we use our email addresses as user names.
Ideally, any given email address should receive at-most-one notification email.
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This issue should have been fixed in 0.10: duplicate email addresses are removed from the recipient list before the email is sent to the SMTP server.