Wiki source code of FancyMail Home

Version 3.1 by christoph_lechleitner@iteg_at on 2013-02-02 06.40:21

Show last authors
1 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.
2
3 Integrate Fancymail into Spring and let it deliver your e-mails over Gmail.
4
5 The SVN Repository is located here:
6
7 {{code language="none"}}
8 svn.clazzes.org/svn/fancymail
9 {{/code}}
10
11 = {{id name="FancyMailHome-Quick-StartGuide"/}}Quick-Start Guide =
12
13 You can download the .jar files for manual integration from our maven repository:
14
15 {{code language="none"}}
16 http://maven.clazzes.org/org/clazzes/fancymail/
17 {{/code}}
18
19 === {{id name="FancyMailHome-UsingMaven"/}}Using Maven ===
20
21 We recommend to build your project with [[Maven>>url:http://maven.apache.org/download.html||shape="rect"]]. Include the repository location and the dependency in your pom.xml and you're done.
22
23
24
25 {{code language="none"}}
26 <repository>
27 <id>clazzes.org</id>
28 <url>http://mvn.clazzes.org/</url>
29 </repository>
30  
31 ...
32  
33 <dependency>
34 <groupId>org.clazzes</groupId>
35 <artifactId>fancymail</artifactId>
36 <version>yourversion</version>
37 </dependency>
38 {{/code}}
39
40 = {{id name="FancyMailHome-Sourcecodeandissuetracker"/}}Source code and issue tracker =
41
42 Subversion: [[http:~~/~~/svn.clazzes.org/svn/fancymail>>url:http://svn.clazzes.org/svn/fancymail||shape="rect"]]
43
44 Jira: [[FANCYMAIL>>url:https://jira.clazzes.org/browse/FANCYMAIL||shape="rect"]]