s

smtpclient

An SMTP client. Makes it easy to send an email directly to the recipients MailExchanger.
https://github.com/.codemonstur/smtpclient
MIT
Jurgen Voorneveld
Files download
File Operation
smtpclient-1.0.4.jar download
smtpclient-1.0.4.pom download
smtpclient-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>smtpclient</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:smtpclient:1.0.4'
Gradle Kotlin
implementation("com.github.codemonstur:smtpclient:1.0.4")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "smtpclient" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='smtpclient', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="smtpclient" rev="1.0.4" />
Leiningen
[com.github.codemonstur/smtpclient "1.0.4"]
Apache Buildr
'com.github.codemonstur:smtpclient:jar:1.0.4'
Dependencies