-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
2.86
After updating the plugin from 2.84 to 2.85, sending email stopped working. After enabling the debug log I found out that the plugin lost the authentication credentials and attempted to send without password, failing silently:
Successfully created MimeMessage Sending email to: **** DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle] DEBUG SMTP: need username and password for authentication DEBUG SMTP: protocolConnect returning false, host=****, user=ci, password=<null> AuthenticationFailedException message: failed to connect, no password specified?
(ci being the username of the unix user running the jenkins process).
The upgrade is marked as compatible, do I need to re-configure something manually?
- duplicates
-
JENKINS-67220 No mail sent because wrong credentials are used after upgrade to 2.85
-
- Resolved
-
Duplicates
JENKINS-67220.