commons-email

commons-email

Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.
http://commons.apache.org/email/
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
Files download
File Operation
commons-email-1.3.1.jar download
commons-email-1.3.1.pom download
commons-email-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-email</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-email:1.3.1'
Gradle Kotlin
implementation("org.apache.commons:commons-email:1.3.1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-email" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-email', version='1.3.1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-email" rev="1.3.1" />
Leiningen
[org.apache.commons/commons-email "1.3.1"]
Apache Buildr
'org.apache.commons:commons-email:jar:1.3.1'