SMTP Client

A very simple Java SMTP email client depending on javax.mail and com.sun.mail.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.captainmaximo
ArtifactId

ArtifactId

smtp-client
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

SMTP Client
A very simple Java SMTP email client depending on javax.mail and com.sun.mail.
Project URL

Project URL

https://github.com/CaptainMaximo/smtp-client
Source Code Management

Source Code Management

https://github.com/CaptainMaximo/smtp-client/tree/master

Download smtp-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.mail : javax.mail-api jar 1.6.0
com.sun.mail : javax.mail jar 1.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1