Monthly Archives: May 2012

How to send mail with JavaMail?

Sending mail using JavaMail is most common method currently used by Java and JSP based web applications. It is mature, flexible and simple method. Here goes a sample Java code with compilation and usage example: import javax.mail.*; import javax.mail.internet.*; import … Continue reading

Posted in Java | 4 Comments