[jboss-user] [Beginners Corner] - Re: JavaMail in servlet can't find smtp host.

yongjun_jiao do-not-reply at jboss.com
Tue Aug 8 19:44:02 EDT 2006


Try to ping that intended smtp host at that port:
  telnet smtp.126.com 25
If you can connect into it, it means your SMTP server is running and you have no firewall issue.

By the way, why don't you get sess1 the same way you got sess?
Why don't try to send using sess for debugging purpose?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963932#3963932

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963932



More information about the jboss-user mailing list