Content
Problem with incoming mail
Added by Shad Gregory about 6 years ago
Hi all,
I'm trying to create new issues from incoming mail. The problem is that it works with users who have an account, but it does not create work packages from users not in the system. Here is the command:
openproject run bundle exec rake redmine:email:receive_imap host='outlook.office365.com' username='Redacted' password='Redacted' port=993 ssl=true allow_override=type,project project=pending unknown_user=accept no_permission_check=1
I thought that unknown_user=accept and no_permission would do the trick but no such luck. I'm also seeing this in the log:
E, [2018-09-17T16:30:10.142541 #18849] ERROR -- : Message 27 resulted in error Message was not successfully handled. Message was not successfully handled.
Any suggestions on debugging would be greatly appreciated.