simple-email icon indicating copy to clipboard operation
simple-email copied to clipboard

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

It has been refactored to co.cfly 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>co.cfly</groupId>
	<artifactId>simple-email</artifactId>
	<version>CURRENT_VERSION</version>
</dependency>

The artifact is published in the following repository:

<repository>
	<id>clearfly-github</id>
	<name>GitHub Clearfly Maven Repository</name>
	<url>https://maven.pkg.github.com/clearfly/mvn</url>
	<layout>default</layout>
</repository>