An open API service indexing awesome lists of open source software.

https://github.com/oblac/jodd-mail

Simple Java Mail library.
https://github.com/oblac/jodd-mail

java mail

Last synced: about 1 year ago
JSON representation

Simple Java Mail library.

Awesome Lists containing this project

README

          

# Jodd Mail

[![Jodd](https://img.shields.io/badge/>-Jodd-orange)](https://github.com/oblac/jodd)
![GitHub release](https://img.shields.io/github/release/oblac/jodd-mail.svg)
![Maven Central](https://img.shields.io/maven-central/v/org.jodd/jodd-mail)
[![javadoc](https://javadoc.io/badge2/org.jodd/jodd-mail/javadoc.svg)](https://javadoc.io/doc/org.jodd/jodd-mail)
[![Build Status](https://img.shields.io/travis/oblac/jodd.svg)](https://travis-ci.org/oblac/jodd-mail)
[![codecov](https://codecov.io/gh/oblac/jodd-mail/branch/master/graph/badge.svg)](https://codecov.io/gh/oblac/jodd-mail)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/14a1a4c731774b2994f66be1f6bc18c0)](https://www.codacy.com/gh/oblac/jodd-mail?utm_source=github.com&utm_medium=referral&utm_content=oblac/jodd-mail&utm_campaign=Badge_Grade)
[![Stack Overflow](https://img.shields.io/badge/stack%20overflow-jodd-4183C4.svg)](https://stackoverflow.com/questions/tagged/jodd)
[![BSD License](https://img.shields.io/badge/license-BSD--2--Clause-blue.svg)](https://github.com/oblac/jodd-mail/blob/master/LICENSE)

🌟 Simple Java Mail library.

🏡 Website: [mail.jodd.org](https://mail.jodd.org)

❤️ For developers, by developer.

### ✉️ Overview

Sending emails in Java should be easier. **Jodd Mail** provides some nice classes for sending and receiving emails in an easier, practical way. They are just wrappers over the standard Java Mail library.