Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 921 Bytes

File metadata and controls

37 lines (22 loc) · 921 Bytes

Java-Gmail-Sender

A simple Java Gmail client that allows sending emails from a Gmail account to any email service provider using the jmail library.


Features

  • Send emails programmatically using Gmail SMTP
  • Supports sending to any email service provider
  • Built using the jmail library

Prerequisites

  • Java Development Kit (JDK) installed
  • Gmail account with SMTP enabled (may require app-specific password or OAuth setup depending on your Gmail security settings)
  • jmail library included in your project

Usage

  1. Configure your Gmail credentials in the application code.
  2. Use the provided classes to compose and send emails.
  3. Run the application to send emails from your Gmail account.

License

This project is licensed under the GPL-3.0 License.


If you need any help or want to contribute, please feel free to open an issue or submit a pull request.