Sending an email using JAVA

Banshita Gangwar Feb 09, 2021

In this project, I have tried to send an email using JAVA. Email sending functionality is quite useful in any project, we can use email to RESET password or for sending OTP and many more.

For sending email various jar files are used like ,

Javax activation : https://mvnrepository.com/artifact/javax.activation/activation
Javax.mail: https://mvnrepository.com/artifact/javax.mail/mail/1.4.7

Jstl:https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl

PS: JSTL jar file is required for this project because I have used some JSTL tags in the project.

Change sending email id and password accordingly before using this project.
Allow a less secure app for the email id you are using to send the email.

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment