I want to send mail using java Servlet.But when i create mail server as below it shows an error message.
in 2nd line error message is shown.Properties p = new Properties(); p.put("mail.smtp.host", "smtp.gmail.com");
I also included activation.jar and mail.jar in the classpath.