FancyMail Home

Fancymail is a free alternative message sending service for e-mail and SMS in JAVA. It provides asynchronous sending, catches sending errors and is configurable for various connection types.

Integrate Fancymail into Spring and let it deliver your e-mails over Gmail.

The SVN Repository is located here:

svn.clazzes.org/svn/fancymail

Quick-Start Guide

You can download the .jar files for manual integration from our maven repository:

http://maven.clazzes.org/org/clazzes/fancymail/

Using Maven

We recommend to build your project with Maven. Include the repository location and the dependency in your pom.xml and you're done.



<repository> <id>clazzes.org</id> <url>http://mvn.clazzes.org/</url> </repository>   ...   <dependency> <groupId>org.clazzes</groupId> <artifactId>fancymail</artifactId> <version>yourversion</version> </dependency>

Source code and issue tracker

Git:

  • git://git.clazzes.org/java-libs/util/fancymail-main.git

Obsolete Subversion:

Jira-projects have been deleted in favour of internal Gitlab.