Patch #247

Notification mail sender is the author and includes project information.

Added by Hans Yoon 278 days ago. Updated 210 days ago.

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.

mail_sender_project.patch (2.5 KB) Hans Yoon, 2008-02-03 11:02

Associated revisions

Revision 1265
Added by jplang 210 days ago

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

History

2008-03-16 17:55 - Jean-Philippe Lang

  • Category set to Emails
  • % 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.

Also available in: Atom PDF