Jenkins refuses to send error mails to some users. In the log I found these messages:
....
Build step 'Maven Goals aufrufen' marked build as failure
Not sending mail to unregistered user user1@example.org
Sending e-mails to: user2@example.org
Finished: FAILURE
The user (user1) is listed in the admin people list. He also has an registered email (user1@example.org).
So why is this user called an unregistered user?
When searching for this warning, I find several open JIRA issues such as https://issues.jenkins-ci.org/browse/JENKINS-43178 But these doesn't help me.
Is this a misconfiguration or a jenkins bug?


