Project

General

Profile

Actions

Feature #4462

open

Per Project Emission Address

Added by Bellatoris Opacus over 14 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2009-12-21
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

It would be wonderful to be able to set an emission address per project, rather than having the universal emissions address. For example:

Project A: "From" set to ""
Project B: "From" set to ""
Project C: "From" set to ""

More here: http://www.redmine.org/boards/2/topics/9931


Related issues

Related to Redmine - Feature #4015: Make app settings overridable at project levelNew2009-10-10

Actions
Related to Redmine - Feature #7349: Per-project email notification settingsNew2011-01-17

Actions
Related to Redmine - Feature #1853: Make Projects truly independent of each otherNew2008-09-04

Actions
Has duplicate Redmine - Feature #6176: Email Notifications per projectClosed2010-08-19

Actions
Has duplicate Redmine - Feature #11894: Configurable emission email addressClosed

Actions
Actions #1

Updated by Dan Scharon over 13 years ago

Indeed, this is actually a must have.

Actions #2

Updated by Rene H over 13 years ago

Please add this feature. This is really a trivial feature for an setup with multiple projects!

Actions #3

Updated by Andrey Gazizov over 13 years ago

Hi!

until such feature has not implemented in redmine, I modified the mailer.rb file (/usr/local/www/redmine/app/models/) like this:
[...]
def issue_add(issue)
redmine_headers 'Project' => issue.project.identifier,
'Issue-Id' => issue.id,
'Issue-Author' => issue.author.login
redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to
message_id issue
from "\"#{issue.author}\" <#{issue.author.mail}>"
if issue.project.identifier == "bug"
recipients [""] # <- issue.recipients
cc(issue.watcher_recipients - @recipients)
else recipients [""] end
[...]

Hope this temporary solution will be helpful to somebody ;-)

Actions #4

Updated by Y N about 13 years ago

+1 Definitely an important requirement.

Actions #5

Updated by Frank Brenner about 13 years ago

+1 We need this before we can migrate from Trac.

Actions #6

Updated by Toshi MARUYAMA over 10 years ago

  • Has duplicate Feature #6176: Email Notifications per project added
Actions #7

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Feature #7349: Per-project email notification settings added
Actions #8

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Feature #1853: Make Projects truly independent of each other added
Actions #9

Updated by Go MAEDA about 5 years ago

  • Has duplicate Feature #11894: Configurable emission email address added
Actions #10

Updated by Jenda Benda about 4 years ago

+1 this would help really as we provide each of our customers with dedicated email address where we capture tickets sent to it...these are converted into the issues in specific project (per customer).
When any update is done to the issue, email is sent from primary/main email address configured for redmine, which is confusing. Any reply then causes mismatch...

thanks so much for considering this.
j.

Actions

Also available in: Atom PDF