niosmtp

niosmtp is an async based SMTP/LMTP client, which can be used to send an big amount of emails in a fast manner. The transport layer is decoupled from the protocol logic, this allows easy implementing of an other transport layer. Included is a NIO and OIO based transport layer build on top of netty.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

me.normanmaurer.niosmtp
ArtifactId

ArtifactId

niosmtp
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

niosmtp
niosmtp is an async based SMTP/LMTP client, which can be used to send an big amount of emails in a fast manner. The transport layer is decoupled from the protocol logic, this allows easy implementing of an other transport layer. Included is a NIO and OIO based transport layer build on top of netty.
Project URL

Project URL

https://github.com/normanmaurer/niosmtp
Source Code Management

Source Code Management

https://github.com/normanmaurer/niosmtp

Download niosmtp

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.netty : netty jar 3.5.3.Final
org.slf4j : slf4j-api jar 1.6.3
commons-codec : commons-codec jar 1.5

test (5)

Group / Artifact Type Version
org.apache.james.protocols : protocols-netty jar 1.6.1
org.apache.james.protocols : protocols-smtp jar 1.6.1
org.apache.james.protocols : protocols-lmtp jar 1.6.1
org.slf4j : slf4j-simple jar 1.6.3
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1