Programming Tutorials

Comment on Tutorial - Sending Email using JSP By Vijay



Comment Added by : james prabhakaran

Comment Added at : 2014-12-02 13:08:30

Comment on Tutorial : Sending Email using JSP By Vijay
How to fix this Error.....

org.apache.jasper.JasperException: javax.servlet.ServletException: javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
nested exception is:


View Tutorial