Simple Java Mail

A light weight wrapper for the JavaMail SMTP API

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.stephenc.simple-java-mail
ArtifactId

ArtifactId

simple-java-mail
Last Version

Last Version

1.8
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Java Mail
A light weight wrapper for the JavaMail SMTP API
Source Code Management

Source Code Management

http://github.com/stephenc/simple-java-mail/tree/master/

Download simple-java-mail

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/ -->
<dependency>
    <groupId>com.github.stephenc.simple-java-mail</groupId>
    <artifactId>simple-java-mail</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/
implementation 'com.github.stephenc.simple-java-mail:simple-java-mail:1.8'
// https://jarcasting.com/artifacts/com.github.stephenc.simple-java-mail/simple-java-mail/
implementation ("com.github.stephenc.simple-java-mail:simple-java-mail:1.8")
'com.github.stephenc.simple-java-mail:simple-java-mail:jar:1.8'
<dependency org="com.github.stephenc.simple-java-mail" name="simple-java-mail" rev="1.8">
  <artifact name="simple-java-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.simple-java-mail', module='simple-java-mail', version='1.8')
)
libraryDependencies += "com.github.stephenc.simple-java-mail" % "simple-java-mail" % "1.8"
[com.github.stephenc.simple-java-mail/simple-java-mail "1.8"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
javax.mail : mail jar 1.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.8
1.4