-
Bug
-
Resolution: Incomplete
-
Critical
-
None
There is no "Use SMTP Authcentication" option in Extended E-mail Notification(I have uploaded the screenshot), it makes me unable to send email and meet the following error:
DEBUG SMTP: MessagingException while sending, THROW:
com.sun.mail.smtp.SMTPSendFailedException: 503 Error: need EHLO and AUTH first !
;
nested exception is:
com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first !
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2374)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1808)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1285)
at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:524)
at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:444)
at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:354)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:755)
at hudson.model.Build$BuildExecution.cleanUp(Build.java:188)
at hudson.model.Run.execute(Run.java:1935)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first !
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1817)
... 12 more
Not sent to the following valid addresses: 452776965@qq.com
SMTPSendFailedException message: 503 Error: need EHLO and AUTH first !
Next SMTPSenderFailedException message: 503 Error: need EHLO and AUTH first !
[JENKINS-67660] Unable to send email via Email Extension Plugin
Description |
Original:
There is no "Use SMTP Authcentication" option in Extended E-mail Notification(I have uploaded the screenshot), it makes me unable to send email and meet the following error:
<code> DEBUG SMTP: MessagingException while sending, THROW: com.sun.mail.smtp.SMTPSendFailedException: 503 Error: need EHLO and AUTH first ! ; nested exception is: com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first ! at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2374) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1808) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1285) at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:524) at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:444) at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:354) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:755) at hudson.model.Build$BuildExecution.cleanUp(Build.java:188) at hudson.model.Run.execute(Run.java:1935) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:99) at hudson.model.Executor.run(Executor.java:432) Caused by: com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first ! at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1817) ... 12 more Not sent to the following valid addresses: 452776965@qq.com SMTPSendFailedException message: 503 Error: need EHLO and AUTH first ! Next SMTPSenderFailedException message: 503 Error: need EHLO and AUTH first ! <code> |
New:
There is no "Use SMTP Authcentication" option in Extended E-mail Notification(I have uploaded the screenshot), it makes me unable to send email and meet the following error:
{code:java} DEBUG SMTP: MessagingException while sending, THROW: com.sun.mail.smtp.SMTPSendFailedException: 503 Error: need EHLO and AUTH first ! ; nested exception is: com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first ! at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2374) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1808) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1285) at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:524) at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:444) at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:354) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:755) at hudson.model.Build$BuildExecution.cleanUp(Build.java:188) at hudson.model.Run.execute(Run.java:1935) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:99) at hudson.model.Executor.run(Executor.java:432) Caused by: com.sun.mail.smtp.SMTPSenderFailedException: 503 Error: need EHLO and AUTH first ! at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1817) ... 12 more Not sent to the following valid addresses: 452776965@qq.com SMTPSendFailedException message: 503 Error: need EHLO and AUTH first ! Next SMTPSenderFailedException message: 503 Error: need EHLO and AUTH first ! {code} |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Have you selected a credential? If no credential is selected it will not try to authenticate