i know
alot of people faced this problem before.
i searched google.com i search javaranch.com, no one article can help me solve the problem.
I runs it in my localhost server, it runs well.
But when i runs it in my company's server, it give this error :
----
javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.MessagingException: Could not connect to SMTP host: mail.as.com.my, port: 25; nested exception is: java.net.ConnectException: Connection timed out: connect
----
i used telnet to ping the mail server, it was okay and give me 220 (in localhost)..but when i telnet it in the company's remote, it give me this:
..Could not open a connection to host on port 25...
could someone list down the possible causes so that i and everyone else can know how many possible causes for this problem.
I'll really appreciate if someone can help..
thanks in advance.
~Nick
[ August 17, 2007: Message edited by: Nicky Eng ]