Hello there,
Am trying to write a simple
servlet which will send a sample e-mail through G-Mail...
BTW, I did follow the instructions posted on
http://java.sun.com/products/javamail/FAQ.html#gmail.
Am using JDK 1.5.0, JavaMail 1.4, JAF 1.1.1 and when I deploy to my app server and click on:
http://localhost:8080/myapp/sendmail
SendMail.java:
Encountered the following exception:
Would appreciate it if someone could help...
Happy programming,
Mike