-
Bug
-
Resolution: Duplicate
-
Major
-
None
The mailer-plugin does not support mail adresses without an '@' anymore (assuming that a default mail suffix has not been configured).
While this is reasonable for internet email traffic, internal/local mail adresses like 'jenkins-ci' might be perfectly valid.
This is caused by jenkins.plugins.mailer.tasks.MimeMessageBuilder.toNormalizedAddress(String) which returns null in such cases.
- duplicates
-
JENKINS-27262 email is not sent
- Open