邮件发送失败
com.fr.schedule.output.EmailException: javax.mail.MessagingException: Got bad greeting from SMTP host: SMTP.qq.com, port: 25, response: -1
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.ViewReportletJob.executeReportByUsername(Unknown Source)
at com.fr.fs.schedule.job.ViewReportletJob.executeScheduledOutput(Unknown Source)
at com.fr.fs.schedule.job.ViewReportletJob.executeReport(Unknown Source)
at com.fr.fs.schedule.job.ReportletJob.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: javax.mail.MessagingException: Got bad greeting from SMTP host: SMTP.qq.com, port: 25, response: -1
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1423)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:410)
at javax.mail.Service.connect(Service.java:288)
at javax.mail.Service.connect(Service.java:169)
at com.fr.base.EmailManager.connect(Unknown Source)
at com.fr.base.EmailManager.send(Unknown Source)
at com.fr.base.EmailManager.send(Unknown Source)
... 9 more
|