java.net.ConnectException: Connection timed out
843830Mar 7 2007 — edited Mar 21 2007I am building a EMail client in Java. When testing for the program at this line of code::
connection = new Socket(envelope.DestAddr,SMTP_PORT);
i am receiveing Erro:: java.net.ConnectException: Connection timed out: connect
I turned off firewall in my system, but still getting this error
The full description of the project can be found here
Sending failed: java.net.ConnectException: Connection timed out: connect
http://cs.wwc.edu/~aabyan/425/apiLab2/lab2.html
HELP!!!