For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Tips on how to install Jodd Mail library in your app

Jodd Mail is released on Maven Central. You can use the following snippets to add it to your project:

<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-mail</artifactId>
  <version>x.x.x</version>
</dependency>

You will also need the mail implementation, for example:

jakarta.mail:jakarta.mail-api:1.6.5
com.sun.mail:jakarta.mail:1.6.5

That is all!

Snapshots

Jodd JSON snapshots are published on Maven Central Snapshot repo.

Last updated