Feature #13742
closedMulti project for email incoming
0%
Description
Hello,
I would like to do this :
When I send an email to tracker-project1@bar.com, it's create an issue for the project1
When I send an email to tracker-project2@bar.com, it's create an issue for the project2
I don't know how to use this ? But, the second problem is, when Redmine will send the notification mail, he'll send from tracker@bar.com... How will he know to update the issue for project2 for example ?
Or using a same address for different project ? I have tested rake without "project=project1", and the mail stay in the mailbox...
For the moment, i'm using rake to check an imap mailbox... I'm using the last version of Redmine.
Regards,
Related issues
Updated by Toshi MARUYAMA over 11 years ago
- Tracker changed from Defect to Feature
Updated by Dipan Mehta over 11 years ago
In essence this requirements fall into per-project functionality configuration. This can be put under the umbrella of #4015 (settings overridable at project level) or #1853 (make projects truly independent). So in either approach this can be achieved.
Specifically, this issue is a related (may be duplicate) of #7349.
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
What would be the improvements by implementing your request?
You can already say project: foo
and tracker: bar
in the mail body to achive the same...
Updated by Toshi MARUYAMA over 8 years ago
- Has duplicate Feature #22071: Different outgoing email addresses - per project email alias / different incoming email alias with mapping into a specific project added
Updated by Go MAEDA about 6 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
You can select a project by subaddress since Redmine 3.2. It means that you can use email addresses like this: foo+projectid@redmine.example.com
. See #20732 and RedmineReceivingEmails for details.
Updated by Go MAEDA about 6 years ago
- Related to Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) added