mailer

Thin wrapper of JavaMail library written in Scala language. Mailer is aim to be used in situations when is necessary send multiple mails, e.t. instance of javax.mail.Session is created and used by Mailer.

License

License

GroupId

GroupId

com.dispalt
ArtifactId

ArtifactId

mailer_2.13
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

mailer
Thin wrapper of JavaMail library written in Scala language. Mailer is aim to be used in situations when is necessary send multiple mails, e.t. instance of javax.mail.Session is created and used by Mailer.
Project URL

Project URL

https://github.com/JurajBurian/mailer
Project Organization

Project Organization

com.dispalt
Source Code Management

Source Code Management

https://github.com/jurajburian/mailer

Download mailer_2.13

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.6
com.sun.mail : jakarta.mail jar 2.0.1

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.3.0-SNAP2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.2.7
1.2.6
1.2.5