Feature #13742
Multi project for email incoming
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email receiving | |||
Target version: | - | |||
Resolution: | Duplicate |
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
History
#1
Updated by Toshi MARUYAMA almost 10 years ago
- Tracker changed from Defect to Feature
#2
Updated by Dipan Mehta almost 10 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.
#3
Updated by Jan Niggemann (redmine.org team member) almost 10 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...
#4
Updated by Toshi MARUYAMA almost 7 years ago
- Duplicated by Feature #22071: Different outgoing email addresses - per project email alias / different incoming email alias with mapping into a specific project added
#5
Updated by Go MAEDA over 4 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.
#6
Updated by Go MAEDA over 4 years ago
- Related to Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) added