Changes for page FancyMail

Last modified by christoph_lechleitner@iteg_at on 2025-03-20 07.57:34

From version 1.1
edited by christoph_lechleitner@iteg_at
on 2012-06-14 06.00:52
Change comment: There is no comment for this version
To version 2.1
edited by 5fbc055b7cc103006957e1ae
on 2012-06-15 03.04:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.christoph_lechleitner@iteg_at
1 +XWiki.5fbc055b7cc103006957e1ae
Content
... ... @@ -1,37 +1,44 @@
1 -(% class="contentLayout" data-atlassian-layout="{~"name~":~"pagelayout-two-right~",~"columns~":[~"large~",~"aside~"],~"header~":true,~"footer~":true}" %)
2 -(((
3 -(% class="header" %)
4 -(((
5 -This is the home of the FancyMail space.
1 +(% style="" %)
2 +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.
6 6  
7 -To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, blogging and commenting you'll see the macros below fill up with all the activity in your space.
8 -)))
4 +(% style="" %)
5 +Integrate Fancymail into Spring and let it deliver your e-mails over Gmail.
9 9  
10 -(% class="columnLayout twoColumns" %)
11 -(((
12 -(% class="cell large" %)
13 -(((
14 -(% class="innerCell" %)
15 -(((
16 -{{recently-updated/}}
17 -)))
18 -)))
7 +(% style="" %)
8 +The SVN Repository is located here:
19 19  
20 -(% class="cell aside" %)
21 -(((
22 -(% class="innerCell" %)
23 -(((
24 -====== {{id name="FancyMailHome-Navigatespace"/}}Navigate space ======
10 +{{code language="none"}}
11 +svn.clazzes.org/svn/fancymail
12 +{{/code}}
25 25  
26 -{{locationSearch reference="WebHome"/}}
14 +(% style="" %)
15 += {{id name="FancyMailHome-Quick-StartGuide"/}}Quick-Start Guide =
27 27  
28 -{{documentTree root="document:FANCYMAIL.WebHome"/}}
29 -)))
30 -)))
31 -)))
17 +You can download the .jar files for manual integration from our maven repository:
32 32  
33 -(% class="footer" %)
34 -(((
19 +{{code language="none"}}
20 +http://maven.clazzes.org/org/clazzes/fancymail/
21 +{{/code}}
22 +
23 +(% style="" %)
24 +=== {{id name="FancyMailHome-UsingMaven"/}}Using Maven ===
25 +
26 +(% style="" %)
27 +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.
28 +
35 35  
36 -)))
37 -)))
30 +
31 +{{code language="none"}}
32 +<repository>
33 + <id>clazzes.org</id>
34 + <url>http://mvn.clazzes.org/</url>
35 +</repository>
36
37 +...
38
39 +<dependency>
40 + <groupId>org.clazzes</groupId>
41 + <artifactId>fancymail</artifactId>
42 + <version>yourversion</version>
43 +</dependency>
44 +{{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656683
1 +656641
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/FANCYMAIL/pages/656683/FancyMail Home
1 +https://clazzes.atlassian.net/wiki/spaces/FANCYMAIL/pages/656641/FancyMail Home