Separate incoming emails for each project?
Added by shikari shambu almost 14 years ago
Hi,
Is there a way to have separate incoming emails for projects - i.e. Project A - emailto projectA@myredmineinstance.com and Project B - emailto projectB@myredmineinstance.com?
TIA
Replies (4)
RE: Separate incoming emails for each project? - Added by Felix Schäfer almost 14 years ago
Yes, summon the mail importer with the proper default for the project and disable overriding the project from the mail.
RE: Separate incoming emails for each project? - Added by shikari shambu almost 14 years ago
Sorry, could you help me with the mail importer. Where is the mail importer located?
TIA
RE: Separate incoming emails for each project? - Added by shikari shambu almost 14 years ago
I think I understand what you are saying
Project A:
CALL rake redmine:email:receive_pop3 RAILS_ENV="production" host=server port=110 username=useridA password=passwordA project=projectA tracker=bug allow_override=project,tracker,priority,assignee,category
Project B:
CALL rake redmine:email:receive_pop3 RAILS_ENV="production" host=server port=110 username=useridB password=passwordB project=projectB tracker=bug allow_override=project,tracker,priority,assignee,category
RE: Separate incoming emails for each project? - Added by Felix Schäfer almost 14 years ago
Yes, but:
shikari shambu wrote:
allow_override=project,tracker,priority,assignee,category
This wil allow users to override the project, tracker, priority, assignee and category within the mail. If you want to make sure/enforce that mails sent to Project A can't be overridden to go to Ptoject B, remove the project from the allow_override list.