c

commons-email-jakarta

Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify. This is a fork that supports Jakarta, as the Apache project still hasn't merged existing PRs to replace javax.
https://commons.apache.org/proper/commons-email/
The Apache Software License, Version 2.0
dIon Gillard John McNally Quinton McCombs Eric Pugh Daniel Rall Jon Scott Stevens Jason van Zyl Joe Germuska Robert Burrell Donkin Henning P. Schmiedehausen Stephen Colebourne Ben Speakmon Siegfried Goeschl Thomas Neidhart Gary Gregory
Files download
File Operation
commons-email-jakarta-2.0.0.jar download
commons-email-jakarta-2.0.0.pom download
commons-email-jakarta-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ppodgorsek.email</groupId>
  <artifactId>commons-email-jakarta</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ppodgorsek.email:commons-email-jakarta:2.0.0'
Gradle Kotlin
implementation("com.github.ppodgorsek.email:commons-email-jakarta:2.0.0")
Scala SBT
libraryDependencies += "com.github.ppodgorsek.email" % "commons-email-jakarta" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ppodgorsek.email', module='commons-email-jakarta', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.ppodgorsek.email" name="commons-email-jakarta" rev="2.0.0" />
Leiningen
[com.github.ppodgorsek.email/commons-email-jakarta "2.0.0"]
Apache Buildr
'com.github.ppodgorsek.email:commons-email-jakarta:jar:2.0.0'