de.oberdorf-itc:oitc-sendmail

This library is wrapper class for easy mailing in a background thread. It uses javax.mail:mail to send the mail.

License

License

GroupId

GroupId

de.oberdorf-itc
ArtifactId

ArtifactId

oitc-sendmail
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

de.oberdorf-itc:oitc-sendmail
This library is wrapper class for easy mailing in a background thread. It uses javax.mail:mail to send the mail.
Project URL

Project URL

https://www.oberdorf-itc.de/
Project Organization

Project Organization

Michael Oberdorf IT-Consulting

Download oitc-sendmail

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.mail : mail jar 1.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0