|
This might be a tough thing to figure out but i have to give it a try. With no changes i am aware of, my jenkins just stopped sending out e-mail notifications. I use jenkins 1.609 and email extension plugin 2.40.5. Jenkins runs as a service using a service-user who also has the rights on the server to send e-mails. Ports to our smtp-server are unlocked. Used telnet for testing that everything works as expected. SMTP-server works fine, so it has something to do with jenkins and i cant figure out what is going wrong. When i use the test-feature that jenkins offers i get: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which tells me that either user or pw is incorrect, but i've checked many times, it's setup correctly. Can anyone help out with this?
| ||
|
Pw is set to not expire, because of reasons like this. Checked anyway, but its working as intended. I also installed the Powershell-Plugin to test if Jenkins would send a mail using the script. I created a job that sends a mail using the powershell script and another mail right after using the mailer plugin. Script works fine, mailer plugin fails. I asked the same question on Stack Overflow, it did not solve my problem sadly. Any help is greatly appreciated! |
Mailer plugin is not anywhere near version 2.40.5, so that must be the version of the extended email plugin you have installed. They are configured separately in the global config, so make sure you have the configuration setup correctly for the one you are actually using.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/01c6e495-562d-48f4-b364-305ccf4e9d30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can enable debug mode in the global email-ext configuration area and see if there are more details.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ede77789-9806-4830-af6c-b52eb99adf9a%40googlegroups.com.
Can you double check that you setup the username/password in the correct plugin's config area in the global configuration? Mailer and email-ext reach gabber their own configuration for username/password.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2cd1b266-c01b-424b-837f-8af70811e583%40googlegroups.com.