• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • email-ext-plugin
    • None
    • Jenkins: 2.235.4
      OS: Windows 10
    • 2.75

      Hi.

      I previously used email ext plugin version 2.71 to send mails. Since upgrading to 2.73, the server is not able to send mails anymore. Also 2.74 did not fix it.

      In the log it looks like this (for 2.71, 2.73 and 2.74); Mail anonymized:
      07:30:51 [Pipeline] emailext*07:30:52* Sending email to: xx.yy@zz.com*07:30:52* [Pipeline] }

      But only 2.71 actually is able to send the mail. No settings/configurations/pipelines were changed and I switched between 2.71, 2.73, 2.74 multiple times to ensure that it is not a temporary problem.

      Workaround: Downgrade to 2.71 for now.

      Best regards,
      Gregor

          [JENKINS-63410] Email-Ext 2.73 and 2.74 not sending Mails

          I have the same problem: working Jenkins stopped sending mails after upgrading email-ext plugin.

          I had to downgrade to 2.72 or 2.71 to get it working again. 2.73 and 2.74 are not working.
          I get no errors, but with debug messages turned on, I get the following in my logs:

          MessagingException message: failed to connect, no password specified?

          Matthias Klein added a comment - I have the same problem: working Jenkins stopped sending mails after upgrading email-ext plugin. I had to downgrade to 2.72 or 2.71 to get it working again. 2.73 and 2.74 are not working. I get no errors, but with debug messages turned on, I get the following in my logs: MessagingException message: failed to connect, no password specified?

          Thanks for the additional input. I guess I found the (or at least "a") problem:
          https://github.com/jenkinsci/email-ext-plugin/commit/9dc907ac572247d6f965a19476fccd6eea8e8d0d

          Line 325 should have no negation. This was released with 2.73

          Four days ago this error got fixed already, but this fix is yet to be released:
          https://github.com/jenkinsci/email-ext-plugin/commit/c340002f9e154b08bd2ba95336468ae3bf1f1ab0

          Gregor Ehrensperger added a comment - Thanks for the additional input. I guess I found the (or at least "a") problem: https://github.com/jenkinsci/email-ext-plugin/commit/9dc907ac572247d6f965a19476fccd6eea8e8d0d Line 325 should have no negation. This was released with 2.73 Four days ago this error got fixed already, but this fix is yet to be released: https://github.com/jenkinsci/email-ext-plugin/commit/c340002f9e154b08bd2ba95336468ae3bf1f1ab0

          Peter Carenza added a comment -

          I concur with Gregor and commented on the commit. There should be no ! before the check - it's actually checking if it's NOT blank which is wrong.

          Peter Carenza added a comment - I concur with Gregor and commented on the commit. There should be no ! before the check - it's actually checking if it's NOT blank which is wrong.

          Alex Earl added a comment -

          Should be released in a few mintues

          Alex Earl added a comment - Should be released in a few mintues

          Just tested the new release (2.75). Works again; Thanks.

          Gregor Ehrensperger added a comment - Just tested the new release (2.75). Works again; Thanks.

          Works for me too. Thanks a lot!

          Matthias Klein added a comment - Works for me too. Thanks a lot!

            slide_o_mix Alex Earl
            gregore Gregor Ehrensperger
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: