Patch #247
openNotification mail sender is the author and includes project information.
50%
Description
(1) Like TRAC,
each mail notification has its own header, so it helps mail client filter mails easier.
The mail header is "X-redmine-project".
(2) When mail is notificated, default mail sender is fixed as administrator has defined. With this patch, most of mail
message is sent from event generating user.
Files
Related issues
Updated by Jean-Philippe Lang about 15 years ago
- Category set to Email notifications
- % Done changed from 0 to 50
Headers added in r1265.
Concerning (2), some SMTP servers won't authorize emails with a FROM adress different from the one used for authentication. It could be an option but not the default behaviour.
Updated by Patrik Kullman over 13 years ago
Can these also be used in incoming emails to override Project etc in the header instead of the mail body?
Updated by Ryan Phung about 13 years ago
Any idea whether (2) can be added as optional behaviour?
It will be a very nice feature, and will allow notification to be done more effectively.
In big project teams, when people receive a lot of email they usually filter their email by sender (for example, give more priority to email sent from the boss, from customers, etc.); it is difficult to make the transitions to using Redmine because one cannot filter his/her messages the same way anymore. To rely on Redmine notifications, one has to read every email.
Updated by Ryan Phung about 13 years ago
- Assignee set to Jean-Philippe Lang
Changed "Assigned to" to Jean-Philippe Lang (I hope this mean this patch will be brought to your attention). Apologies if this is not the correct way of doing it.
Updated by Eric Davis about 13 years ago
- Assignee changed from Jean-Philippe Lang to Eric Davis
Ryan Phung wrote:
In big project teams, when people receive a lot of email they usually filter their email by sender (for example, give more priority to email sent from the boss, from customers, etc.); it is difficult to make the transitions to using Redmine because one cannot filter his/her messages the same way anymore. To rely on Redmine notifications, one has to read every email.
I have some code that does this already. I'll need to see if I can extract it and make it optional.
Updated by Brenton Cheng almost 13 years ago
Hey Eric,
We're very interested in this functionality. Possible to post here? Whatever you've got would be useful.
Thanks!
-Brenton
Updated by Jean-Philippe Lang almost 13 years ago
- redmine@example.com (current behaviour, a single configured emission address)
- John Smith <redmine@example.com> (the emission address with the user name)
- john.smith@foo.bar (the user email address, as it's done in the attached patch)
A setting could be added to choose between these 3 options.
Updated by Vladimir Dzalbo over 12 years ago
looks cool.. but the patch is rather outdated...
is that possible to have a similar patch for current trunk?
Updated by Toshi MARUYAMA about 7 years ago
- Related to Feature #14727: Display pretty notification email sender name added