邮件发送失败com.fr.schedule.output.EmailException: javax.mail.MessagingException: Could not connect to SMTP host: SMTP.163.com, port: 25, response: -1 at com.fr.schedule.output.EmailNotification.doFileAction(Unknown Source) at com.fr.fs.schedule.job.ViewReportletJob.excuteSendMailByUserName(Unknown Source) at com.fr.fs.schedule.job.ViewReportletJob.dealWithFileActions(Unknown Source) at com.fr.fs.schedule.job.AnalyReportletJob.executeReportByUsername(Unknown Source) at com.fr.fs.schedule.job.ViewReportletJob.createCRPByUsername(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: Could not connect to SMTP host: SMTP.163.com, port: 25, response: -1 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1949) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:654) at javax.mail.Service.connect(Service.java:295) at javax.mail.Service.connect(Service.java:176) at com.fr.base.EmailManager.connect(Unknown Source) at com.fr.base.EmailManager.send(Unknown Source) at com.fr.base.EmailManager.send(Unknown Source) ... 10 more