💌
Jodd Mail
  • Jodd Mail
  • Installation
  • Email Definition
  • Sending Emails
  • Receiving Emails
  • FAQ
  • Contact
Powered by GitBook
On this page

Installation

Tips on how to install Jodd Mail library in your app

PreviousJodd MailNextEmail Definition

Last updated 2 years ago

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>
implementation 'org.jodd:jodd-mail:x.x.x'
implementation("org.jodd:jodd-mail:x.x.x")
libraryDependencies += "org.jodd" % "jodd-mail" % "x.x.x"
<dependency org="org.jodd" name="jodd-mail" rev="x.x.x" />
[org.jodd/jodd-mail "x.x.x"]
'org.jodd:jodd-mail:jar:x.x.x'

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 .

Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.

Maven Central Snapshot repo