Last Version

Courier 1.6.2

Naive implementation of an e-mail sending framework. Send freemarker-templated HTML or text-only e-mails with just a few lines of code. Pre-configure sender accounts and overwrite them in your code where and if needed. Even e-mail headers are Freemarker-based.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.jaide
ArtifactId

ArtifactId

courier
Version

Version

1.6.2
Type

Type

jar
Description

Description

Courier
Naive implementation of an e-mail sending framework. Send freemarker-templated HTML or text-only e-mails with just a few lines of code. Pre-configure sender accounts and overwrite them in your code where and if needed. Even e-mail headers are Freemarker-based.
Project URL

Project URL

https://github.com/JAIDE/courier
Project Organization

Project Organization

JAIDE GmbH
Source Code Management

Source Code Management

https://github.com/JAIDE/courier

Download courier 1.6.2


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-email jar 1.3.1
commons-io : commons-io jar 2.4
com.googlecode.json-simple : json-simple jar 1.1.1
org.freemarker : freemarker jar 2.3.19

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.1

Project Modules

There are no modules declared in this project.