s

subethasmtp

SubEtha SMTP is an easy-to-use server-side SMTP library for Java.
http://subethasmtp.googlecode.com
Apache 2.0
Jon Stevens Jeff Schnitzer Scott Hernandez Jeff Jensen Hontvári József Levente
Files download
File Operation
subethasmtp-3.1.7.jar download
subethasmtp-3.1.7.pom download
subethasmtp-3.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.subethamail</groupId>
  <artifactId>subethasmtp</artifactId>
  <version>3.1.7</version>
</dependency>
Gradle Groovy
implementation 'org.subethamail:subethasmtp:3.1.7'
Gradle Kotlin
implementation("org.subethamail:subethasmtp:3.1.7")
Scala SBT
libraryDependencies += "org.subethamail" % "subethasmtp" % "3.1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.subethamail', module='subethasmtp', version='3.1.7')
)
Apache Ivy
<dependency org="org.subethamail" name="subethasmtp" rev="3.1.7" />
Leiningen
[org.subethamail/subethasmtp "3.1.7"]
Apache Buildr
'org.subethamail:subethasmtp:jar:3.1.7'