FancyMail Home
Version 4.1 by christoph_lechleitner@iteg_at on 2013-02-02 06.57:15
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>
<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
Subversion:
- http://svn.clazzes.org/svn/fancymail (FancyMail core lib)
- http://svn.clazzes.org/svn/fancymail/trunk/gwt-fancymail-admin/ (GWT Fancymail Admin)
Jira: