RuthvikSaiKumar / Sending-GMail-in-Java-Simplified

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Java 100.0%