Project

General

Profile

Individual Email Addresses for Redmine projects

Added by Julio Lacayo about 13 years ago

Hello all,
We are running the BitNami Redmine Stack on Windows 2003 Server.
My users need the ability to have email sent to their department distribution list (i.e. ) generate an issue on the corresponding project (i.e. "Programming").
Is this possible?
Right now I'm using the following bat file to check for emails and create issues under our "Help" project.

@echo off
echo Fetch general Redmine mails
call rake redmine:email:receive_imap RAILS_ENV="production" host=mail.mydomain.com username=redmine1@mydomain.com password=xxx project="help" tracker=support allow_override=project --trace

Also, I need the ability to turn email notification "on/off" for individual projects.
Is this possible?

Thanks


Replies (1)

RE: Individual Email Addresses for Redmine projects - Added by Felix Schäfer about 13 years ago

Just create a new email address for each distribution list and have redmine fetch from that mailbox to the correct project.

Email notifications can't be turned off for a specific project.

    (1-1/1)