Feature #4462
openPer Project Emission Address
0%
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
Updated by Dan Scharon almost 14 years ago
Indeed, this is actually a must have.
Updated by Rene H almost 14 years ago
Please add this feature. This is really a trivial feature for an setup with multiple projects!
Updated by Andrey Gazizov almost 14 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 ;-)
Updated by Frank Brenner over 13 years ago
+1 We need this before we can migrate from Trac.
Updated by Toshi MARUYAMA almost 11 years ago
- Has duplicate Feature #6176: Email Notifications per project added
Updated by Toshi MARUYAMA almost 11 years ago
- Related to Feature #7349: Per-project email notification settings added
Updated by Toshi MARUYAMA almost 11 years ago
- Related to Feature #1853: Make Projects truly independent of each other added
Updated by Go MAEDA almost 6 years ago
- Has duplicate Feature #11894: Configurable emission email address added
Updated by Jenda Benda almost 5 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.