Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.06 KB

MailsterSMTP Download Total alerts Language grade: Java

A NIO SMTP server API written in Java

This is notably used by the Mailster project (https://github.com/edeoliveira/Mailster)

Maven repository

<repositories>
	<repository>
		<id>bintray-edeoliveira-maven</id>
		<name>bintray</name>
		<url>http://dl.bintray.com/edeoliveira/maven</url>
	</repository>	   
</repositories>

Dependency

   <dependency>
        <groupId>org.mailster</groupId>
        <artifactId>smtp-core</artifactId>        
        <version>1.0.0</version>
    </dependency>