EzMail

Simple library for sending HTML templated emails.

License

License

GroupId

GroupId

org.ezlibs
ArtifactId

ArtifactId

EzMail
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

EzMail
Simple library for sending HTML templated emails.
Project URL

Project URL

https://github.com/DanJSG/EzMail
Source Code Management

Source Code Management

http://github.com/DanJSG/EzMail/tree/master

Download EzMail

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.sun.mail : javax.mail jar 1.6.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0