Posted By:
Bijoy_Thomas
Posted On:
Monday, April 14, 2003 06:34 AM
i am getting an error while sending mail just after reading The mail both the pop3 and smtp server are the same. after reading all the mail in the inbox i am closing the connection even after that i am getting the error as below ERROR javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.MessagingException: Could not connect to SMTP host: loc alhost, port: 25; nested exception is: java.net.ConnectException: Connection refused: no further information at javax.mail.Transport.send0(Transport.java:218) at javax.mail.Transport.send(Transport.java:80) at mail.SendMail1. (SendMail1.java:81) at TestMail.main(TestMail
More>>
i am getting an error while sending mail just after reading The mail both the pop3 and smtp server are the same.
after reading all the mail in the inbox i am closing the connection even after that i am getting the error as below
ERROR
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: Could not connect to SMTP host: loc
alhost, port: 25;
nested exception is:
java.net.ConnectException: Connection refused: no further information
at javax.mail.Transport.send0(Transport.java:218)
at javax.mail.Transport.send(Transport.java:80)
at mail.SendMail1.
(SendMail1.java:81)
at TestMail.main(TestMail.java:24)
<<Less