在定时任务中,设置了邮件自动发送,有时候可以成功,有时候失败,邮箱地址检查都正确,不知道如何解决,寻求解放方法,谢谢! 报错:
报错详情: 邮件发送失败 com.fr.schedule.output.EmailException: com.sun.mail.smtp.SMTPSendFailedException: 554 DT:SPM 163 smtp11,D8CowAB3jTYoROhdBqGbAA--.10715S3 1575502889,please see http://mail.163.com/help/help_spam_16.htm?ip=58.213.164.182&hostid=smtp11&time=1575502889
at com.fr.schedule.output.EmailNotification.doFileAction(Unknown Source) at com.fr.schedule.output.EmailNotification.doFileAction(Unknown Source) at com.fr.fs.schedule.job.DoFileActionJob.doFileAction(Unknown Source) at com.fr.fs.schedule.job.DoFileActionJob.execute(Unknown Source) at com.fr.third.org.quartz.core.JobRunShell.run(JobRunShell.java:202) at com.fr.third.org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525) Caused by: com.sun.mail.smtp.SMTPSendFailedException: 554 DT:SPM 163 smtp11,D8CowAB3jTYoROhdBqGbAA--.10715S3 1575502889,please see http://mail.163.com/help/help_spam_16.htm?ip=58.213.164.182&hostid=smtp11&time=1575502889
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2108) at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:1889) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1120) at com.fr.base.EmailManager.send(Unknown Source) at com.fr.base.EmailManager.send(Unknown Source) ... 6 more
以上,
|