Send an email through Gmail in Java
This article shows how to send an email through Gmail in Java. We use the JavaMail API to send email. You can download the JavaMail API jar from here and the reference implementation jar from here. Or if you are using maven then just add the following dependencies in your pom.xml file.