How to Send Email on Java Application using JavaMail API
July 2nd, 2010
1 comment
This article explain how to use JavaMail API for sending email through our Java application. This will cover simple email, HTML email, and email with attachments.
The required JavaMail API can found here. Put it on a directory accessible by CLASSPATH setting. It’s a good idea to read the JavaMail FAQ.



Recent Comments