Feature #4462
open
Indeed, this is actually a must have.
Please add this feature. This is really a trivial feature for an setup with multiple projects!
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 ;-)
+1 Definitely an important requirement.
+1 We need this before we can migrate from Trac.
- Has duplicate Feature #6176: Email Notifications per project added
- Related to Feature #7349: Per-project email notification settings added
- Related to Feature #1853: Make Projects truly independent of each other added
- Has duplicate Feature #11894: Configurable emission email address added
+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.
Also available in: Atom
PDF