Feature #4231
closedSend email notifications one by one
0%
Description
Hi,
In one from our projects we had a user which email was invalid (he left our company).
Imagine we have 4 watchers to one issues. This 4 watchers have all the same domain @domain.com.
Then, mail command fails in the first RCPT TO: command within the connexion and no other RCPT TO: is made.
After delete this user, mails works again.
Is there any config to mailing mails one by one ?
Thank you very much!
Related issues
Updated by Jean-Philippe Lang about 15 years ago
- Tracker changed from Defect to Feature
Updated by Jean-Philippe Lang about 15 years ago
- Subject changed from mails won't works if a member have a not valid email address to Send email notifications one by one
There's no such option for now.
Updated by Jean-Philippe Lang about 15 years ago
- Category set to Email notifications
Updated by Eric Davis almost 15 years ago
- Assignee set to Eric Davis
I have a patch for sending email one by one I can extract and apply. Personally, I think a configuration option is overkill for this. If Redmine would just send email one by one, each email could be configured per recipient.
Jean-Philippe Lang: should I pull my private patch for this into trunk?
(Potentially this could slow down Redmine if the email server is slow or there is a lot of mail to send. Enabling Asynchronous Email Delivery should fix this.)
Updated by Go MAEDA about 6 years ago
- Is duplicate of Feature #26791: Send individual notification mails per mail recipient added
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
A patch to implement this feature was posted as #26791.