s

subethasmtp

A multithreaded standalone SMTP mail server implementation and test harness.
http://subethasmtp.tigris.org/
The Apache Software License, Version 2.0
Files download
File Operation
subethasmtp-2.1.0.jar download
subethasmtp-2.1.0.pom download
subethasmtp-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.subethamail</groupId>
  <artifactId>subethasmtp</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.subethamail:subethasmtp:2.1.0'
Gradle Kotlin
implementation("org.subethamail:subethasmtp:2.1.0")
Scala SBT
libraryDependencies += "org.subethamail" % "subethasmtp" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.subethamail', module='subethasmtp', version='2.1.0')
)
Apache Ivy
<dependency org="org.subethamail" name="subethasmtp" rev="2.1.0" />
Leiningen
[org.subethamail/subethasmtp "2.1.0"]
Apache Buildr
'org.subethamail:subethasmtp:jar:2.1.0'