プロジェクト

全般

プロフィール

Vote #66234

未完了

Per Project Emission Address

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Email notifications_9
対象バージョン:
-
開始日:
2009/12/21
期日:
進捗率:

0%

予定工数:
category_id:
9
version_id:
0
issue_org_id:
4462
author_id:
10281
assigned_to_id:
0
comments:
10
status_id:
1
tracker_id:
2
plus1:
3
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

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


journals

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.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
+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.
--------------------------------------------------------------------------------


related_issues

relates,New,4015,Make app settings overridable at project level
relates,New,7349,Per-project email notification settings
relates,New,1853,Make Projects truly independent of each other
duplicates,Closed,6176,Email Notifications per project
duplicates,Closed,11894,Configurable emission email address

Admin Redmine さんが約2年前に更新

  • カテゴリEmail notifications_9 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0