决策平台邮箱设置

本地设计器设置邮箱后发送邮件OK,放到服务器上就不行了,有谁遇到过?

相同的配置没变过

image.png

邮件发送失败
com.fr.schedule.output.EmailException: javax.mail.MessagingException: Could not connect to SMTP host: SMTP.263.net, port: 25;
nested exception is:
    java.net.ConnectException: Connection timed out: connect 
    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.dealWithFileActions(Unknown Source) 
    at com.fr.fs.schedule.job.FormletJob.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: Could not connect to SMTP host: SMTP.263.net, port: 25;
nested exception is:
    java.net.ConnectException: Connection timed out: connect 
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1961) 
    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 
Caused by: java.net.ConnectException: Connection timed out: connect 
    at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 
    at java.net.PlainSocketImpl.connect(Unknown Source) 
    at java.net.SocksSocketImpl.connect(Unknown Source) 
    at java.net.Socket.connect(Unknown Source) 
    at java.net.Socket.connect(Unknown Source) 
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:321) 
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:237) 
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1927) 
    ... 16 more 

FineReport firegunzx 发布于 2019-8-1 17:28 (编辑于 2019-8-1 18:04)
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共4回答
最佳回答
0
firegunzxLv6高级互助
发布于2019-8-2 09:09

阿里云默认封禁25端口,换成465就好用了。

最佳回答
1
Kevin-sLv7中级互助
发布于2019-8-1 22:28

你服务器没有开放25 端口,开下25 端口就可以了

最佳回答
0
touyuan001Lv6中级互助
发布于2019-8-1 17:30

配置都一致的情况下,检查下服务器的JAR版本是否与本地一致,不一致的可以尝试升级服务器JAR版本

  • firegunzx firegunzx(提问者) 都一样,今天第一次测试好用,刚才测试就不好用了
    2019-08-01 17:34 
最佳回答
0
15076078933Lv5见习互助
发布于2019-8-1 22:13

可能是有脏数据,需要做一下外接数据库,可以加我qq联系3142760031

  • 3关注人数
  • 691浏览人数
  • 最后回答于:2019-8-2 09:09
    请选择关闭问题的原因
    确定 取消
    返回顶部