NioSmtpClient Build Status

High performance SMTP client in Java based on Netty. This client is well tested and heavily used at HubSpot.

Maven Dependency

<dependency>
  <groupId>com.hubspot</groupId>
  <artifactId>NioSmtpClient</artifactId>
  <version>1.1.0</version>
</dependency>

Features

Dependencies

This project depends on Java8, Netty, and Guava.

Java Docs

See http://github.hubspot.com/NioSmtpClient/1.0.0/

Notes For Developers

License

Apache 2.0