Feature #15141
openIncoming emails without redmine subject line are posted as a new message
0%
Description
Instead of a new email creating a new issue, it should also be able to create a new message on a forum.
By specifying a default board instead of a default project in the environment of the rake redmine:email task, new emails from a specific address can be directed to a specific forum board so that the redmine forums can serve as a mailing list.
Files
Related issues
Updated by T. Hauptman about 11 years ago
- File listserv.patch listserv.patch added
One project I manage has a mix of redmine users and non redmine users that need to participate in the conversations related to the project. The non-users wanted to use email only.
I was able to create a mailing list experience with different emails going to different boards (using multiple email addresses, each with it's own imap account) with the following patch to the mail_handler
The patch is small but should be reviewed and cleaned up if adopted. I am not experienced in ruby, rails, nor redmine.
Updated by Toshi MARUYAMA over 10 years ago
- Related to Patch #1616: Allow email to create and reply to forum messages added