unknown_user=accept - put email address of sender in description?
Added by Marcel Müller almost 10 years ago
Hello,
I'm using the imap-task to receive emails and create issues on a specific project:
rake -f /var/www/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=<host> username=redmine password=<pass> port=993 ssl=true unknown_user=accept no_permission_check=1 project=<project> tracker=Feature
which works fine. Setting
unknown_user=accept
creates the issues under the anonymous-account and any information about the original sender is lost. Is there a way to have the name an the e-mail address added to the description of the newly created issue?
Thanks in advance!
Replies (2)
RE: unknown_user=accept - put email address of sender in description? - Added by Santosh Bhabal almost 7 years ago
I am also facing this issue, is there any solution available, I am using Redmine 3.4.4.stable.17174
Please help.
RE: unknown_user=accept - put email address of sender in description? - Added by Mischa The Evil almost 7 years ago
This is subject of issue #11212 which also contains some patches.