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
on 2012-06-14 06.00:52
Change comment:
There is no comment for this version
To version 3.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 06.40:21
on 2013-02-02 06.40:21
Change comment:
svn and jira links
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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 +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 -))) 3 +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 -))) 5 +The SVN Repository is located here: 19 19 20 -(% class="cell aside" %) 21 -((( 22 -(% class="innerCell" %) 23 -((( 24 -====== {{id name="FancyMailHome-Navigatespace"/}}Navigate space ====== 7 +{{code language="none"}} 8 +svn.clazzes.org/svn/fancymail 9 +{{/code}} 25 25 26 -{{ locationSearch reference="WebHome"/}}11 += {{id name="FancyMailHome-Quick-StartGuide"/}}Quick-Start Guide = 27 27 28 -{{documentTree root="document:FANCYMAIL.WebHome"/}} 29 -))) 30 -))) 31 -))) 13 +You can download the .jar files for manual integration from our maven repository: 32 32 33 -(% class="footer" %) 34 -((( 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 + 35 35 36 -))) 37 -))) 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"]]
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -6566 831 +656656 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/FANCYMAIL/pages/6566 83/FancyMail Home1 +https://clazzes.atlassian.net/wiki/spaces/FANCYMAIL/pages/656656/FancyMail Home