Patch #247
Notification mail sender is the author and includes project information.
| Status: | New | Start: | |||
| Priority: | Normal | Due date: | |||
| Assigned to: | - | % Done: | 50% |
||
| Category: | Emails | ||||
| Target version: | - | ||||
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.
Associated revisions
Add the following headers to email notifications (#830, #247):
- X-Redmine-Host: host name defined in application settings
- X-Redmine-Site: application title defined in settings
- X-Redmine-Project: identifier of the project that the notification is related to, if any
- X-Redmine-Issue-Id, -Author, -Assignee: ticket related info
- X-Redmine-Topic-Id: identifies the thread a message belongs to