Tomcat无法连接到SMTP服务器

时间:2012-03-16 07:54:43

标签: tomcat smtp

我使用tomcat 5.5来托管我的Web应用程序。以前发送邮件功能正常。但突然显示通过SMPT服务器发送邮件时出现以下错误:

javax.mail.MessagingException: Could not connect to SMTP host: hostname, port: 26;
nested exception is:
    java.net.ConnectException: Connection timed out
    com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1391)
    com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:412)

Tomcat正在linux Centos OS上运行。当我使用本地tomcat访问同一个SMTP主机和端口时,它工作正常。任何人都知道我的问题可能是什么?

0 个答案:

没有答案