Mail Import Plugin
Added by Adrian Herzog over 14 years ago
Redmine has three options to handle unknown users:
- ignore: the email is ignored
- accept: the sender is considered as an anonymous user
- create: a user account is created
As we do not want to fill our Redmine installation with automatically created users, this plugin adds another way of handling unknown users:
- Add mappings of email addresses (full address or *@somedomain.com) to projects and existing users
- The import agent then uses those mappings to assign incoming messages to existing projects and users, if the sender of a message is unknown.
I am new to Ruby programming and appreciate any comments or improvements to this plugin.
Replies (1)
RE: Mail Import Plugin - Added by [ Desperados ] over 9 years ago
this is a very useful plugin!
how to add support to redmine 2.6.x?