technicalguru / java-mail

Mailing frameworks for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Mail

This project supports the mail creation and sending process in Java. It was originally developed to support my Spring Boot projects. Java Mail consists of two parts:

  • mail-templates - generate e-mail content based on (Freemarker) templates.
  • mail-queue - process e-mails asynchronically

Latest Version

Latest version is 1.1.1. (Jakarta API). For javax.main.* API please use 1.0.2.

Documentation

Javadoc API for latest stable version (and previous ones) can be accessed here:

Contributions

License

Java Mail is free software: you can redistribute it and/or modify it under the terms of version 3 of the GNU Lesser General Public License as published by the Free Software Foundation.

Java Mail is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Java Mail. If not, see http://www.gnu.org/licenses/lgpl-3.0.html.

Summary:

  1. You are free to use all this code in any private or commercial project.
  2. You must distribute license and author information along with your project.
  3. You are not required to publish your own source code.

About

Mailing frameworks for Java

License:GNU Lesser General Public License v2.1


Languages

Language:Java 99.9%Language:HTML 0.1%