/simple-email

Primary LanguageJavaApache License 2.0Apache-2.0

simple-email is a continuation of the Seam 3 Mail Module.

It has been refactored to com.outjected.mail packaging and CDI integration has been removed for simplicity.

To run errorprone Tests:

mvn clean test -P errorprone

To install locally:

mvn clean install

Or simply add the following dependency to your POM:

<dependency>
	<groupId>com.outjected</groupId>
	<artifactId>simple-email</artifactId>
	<version>1.7</version>
</dependency>

The artifact is published in the following repository:

<repository>
	<id>clearfly-releases</id>
	<name>Clearfly Releases Maven Repository</name>
	<url>https://mvn.clearfly.net/artifactory/libs-release</url>
	<layout>default</layout>
</repository>