snnrk / redmine_mailwrapper

Plugin for Redmine to rewrite mail according to rules for each projects.
12 stars 1 forks source link

author as sender #7

Open chupacabras opened 11 years ago

chupacabras commented 11 years ago

When I create new issue and assign this issue to "person B" then redmine sends email to "person B" and sender is still the same (as set in config, like "redmine@company.com").

Is it possible to use this plugin to change sender in these emails to author's one? So instead of "redmine@company.com" it will be "me@company.com"?

snnrk commented 11 years ago

Hi chupacabras,

redmine_mailwrapper can rewrites sender to specified address in settings. This address can't change dynamically.

If you mean that you want to specify address of author as sender, redmine_mailwrapper can't do it. But that is interesting feature for me. If need, I'll try to implement.

Regards.

chupacabras commented 11 years ago

Actually that is the only feature I would expect from mailwrapper :)