Feature #4462
Per Project Emission Address
Status: | New | Start date: | 2009-12-21 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | - | |||
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 "projecta@domain1.com"
Project B: "From" set to "projectb@domain1.com"
Project C: "From" set to "projectc@domain2.com"
More here: http://www.redmine.org/boards/2/topics/9931
Related issues
History
#1
Updated by Dan Scharon over 11 years ago
Indeed, this is actually a must have.
#2
Updated by Rene H over 11 years ago
Please add this feature. This is really a trivial feature for an setup with multiple projects!
#3
Updated by Andrey Gazizov over 11 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 ["projecta@domain1.com"] # <- issue.recipients
cc(issue.watcher_recipients - @recipients)
else recipients ["projectb@domain2.com"] end
[...]
Hope this temporary solution will be helpful to somebody ;-)
#4
Updated by Y N about 11 years ago
+1 Definitely an important requirement.
#5
Updated by Frank Brenner about 11 years ago
+1 We need this before we can migrate from Trac.
#6
Updated by Toshi MARUYAMA over 8 years ago
- Duplicated by Feature #6176: Email Notifications per project added
#7
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #7349: Per-project email notification settings added
#8
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #1853: Make Projects truly independent of each other added
#9
Updated by Go MAEDA over 3 years ago
- Duplicated by Feature #11894: Configurable emission email address added
#10
Updated by Jenda Benda over 2 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.