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