Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.04 KB

File metadata and controls

33 lines (16 loc) · 1.04 KB

MIT License

Sending GMail using Java

This is my own library which uses javax.mail. My library simplifies the sending of mails using Java.

All the decription of the functions and constructor is included as Javadoc in the code itself.

License

MIT

Usage

image

Authors

Feedback

If you have any feedback, please reach out to me at ruthvikas2431@gmail.com or just keep it in the discussion section.

Note

Your must have javax.mail and javax.activation jar files downloaded. [javax.activation is not used in the library but it is required for the program to work otherwise it won't work.]

The jar files must be added to your project.

In your google security setting please turn on Less security app access for this to work otherwise the mail won't be sent.