Authentication failed; nested exception is javax.mail.AuthenticationFailedException的解决办法

在Springboot项目中,遇到邮件发送时的AuthenticationFailedException,问题根源是使用了邮箱登录密码而非授权码。修改为授权码后,初次测试成功,但后续测试又出现连接主机超时错误。解决方法包括:确保POP3/SMTP服务开启,使用正确的授权码,且授权码开启后所有验证均需使用授权码。经过手机验证和重新登录,问题得到解决。
摘要由CSDN通过智能技术生成

Springboot做项目部署发送邮件时,出现org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 问题
出现问题的代码:

pring.mail.host=smtp.sina.com
spring.mail.port=465
spring.mail.username=xxxx@sina.com
spring.mail.password=xxxxxxx
spring.mail.protocol=smtps
spring.mail.properties.mail.smtp.ssl.enable=ture

原因是:我的POP3/SMTP服务是开启的,但我在password处填写了邮箱的登录密码
在这里插入图片描述
当我把邮箱密码改为授权码后,错误解决。
但我第二次测试时,又出现了Couldn’t connect to host, port: smtp.sina.com, 465; timeout -1;这个错误,具体错误代码如下

org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.sina.com, 465; timeout -1;
  nested exception is:
	java.net.UnknownHostException: smtp.sina.com. Failed messages: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.sina.com, 465; timeout -1;
  nested exceptio
评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值