我正在亚马逊EC2实例上运行Jenkins版本1.554.1
我正在使用,目前正在尝试配置在失败的工作构建上发送电子邮件。
点击“测试配置”按钮会给我带来"javax.mail.AuthenticationFailedException: 501 Input line length is too long!"错误。
设置的屏幕截图附后。我也尝试过选中“使用SSL”复选框,但是结果是相同的。
我错过了什么?
我正在尝试从Jenkins向用户发送电子邮件。 下面是我的配置的样子。 不使用SSL ? 使用SSL ? 启用SSL选项时,我收到以下错误 javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted 而我确信这些证书是有效的。 如果使用相同的凭据&如果不使用SSL,则会抛出错误。 javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465, r
当我尝试使用IMAP通过我的java代码接收电子邮件时,它总是显示如下的异常:
javax.mail.AuthenticationFailedException: [ALERT] Please log in via your web browser: https://support.google.com/mail/accounts/answer/78754 (Failure)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:663)
at javax.mail.Service.connect(Servi
我正在使用java mail从服务器发送邮件。我正在使用下面的代码,但是我得到了这个错误..
Exception in thread "main" java.lang.RuntimeException: javax.mail.AuthenticationFailedException
at mail.mailSSL.main(mailSSL.java:53)
Caused by: javax.mail.AuthenticationFailedException
at javax.mail.Service.connect(Service.java:306)
当我试图通过Gmail发送电子邮件时,我收到了这个错误。这是config.groovy文件中的代码。
mail.MailMessageBuilder Failed to send email
org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at
535 5
因此,自从5月31日google禁用了“安全性较低的应用程序”选项以来,我一直在使用Java邮件API,而且自从更新之后,我就不能再使用Gmail smtp发送电子邮件了。
这是我正在犯的错误:
javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials n13-20020a5d400d000000b0020ff7246934sm4
在java应用程序中使用mail-1.4jar发送邮件时,我遇到了以下异常:
javax.mail.AuthenticationFailedException: 421 4.7.66 TLS 1.0 and 1.1 are not supported. Please upgrade/update your client to support TLS 1.2. Visit https://aka.ms/smtp_auth_tls [PN1PR01CA0107.INDPRD01.PROD.OUTLOOK.COM]
为了解决上述异常,我尝试了各种版本的JavaMail。我可以在javax.mail-
我在我的应用程序中设置了一个Java邮件代码,它发送电子邮件,使用spring-mail。突然间我发现了这个错误。
o.s.b.actuate.mail.MailHealthIndicator : Mail health check failed
javax.mail.AuthenticationFailedException: 454 4.7.0 Too many login attempts, please try again later. s189-20020a1f5ec6000000b0034e6f1fd03bsm1688226vkb.5 - gsmtp
造成这种情况的确切原因是
我得到了javax.mail.SendFailedException:发送失败;
nested exception is:
class javax.mail.AuthenticationFailedException
at javax.mail.Transport.send0(Transport.java:218)
at javax.mail.Transport.send(Transport.java:80)
at com.wings.util.SendEmail.sendMail(SendEmail.java:81)
这个应用程
我正在使用java发送邮件。我想将发件人邮件id设置为xyz@chatmeter.com。当我使用它来发送邮件时,生成了以下异常。
Exception in thread "main" javax.mail.AuthenticationFailedException: failed to connect
at javax.mail.Service.connect(Service.java:322)
at javax.mail.Service.connect(Service.java:172)
at javax.mail.Service.conne
我正在使用grails插件"mail=0.9“。电子邮件不在生产服务器上发送。它只是在本地主机上的开发环境上工作得很好。
错误给出如下;
Stacktrace follows:
javax.mail.AuthenticationFailedException
at javax.mail.Service.connect(Service.java:319)
at org.grails.mail.MailService.sendMail(MailService.groovy:63)
at org.grails.mail.MailService
我想用PDI发送电子邮件。我创建了一个作业并添加了'Mail‘元素。这是我的参数。
Server smtp.gmail.com
Port: 587
Use Authentication
User : mygmailusername
Pass : mygmailpass
Secure Con Type : TLS
当我运行作业时,我得到错误:Problem while sending message : javax.mail.AuthenticationFailedException
当我将端口更改为465时,gmail拒绝了这条消息,并向mygmailusername发送了一封电子邮件