Changes for page Sending Emails

Last modified by Pascal Robert on 2012/08/12 21:24

From version 11.1
edited by David Avendasora
on 2011/05/03 04:38
Change comment: There is no comment for this version
To version 12.1
edited by Pascal Robert
on 2012/02/11 08:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -11,7 +11,7 @@
11 11  
12 12  == ERJavaMail ==
13 13  
14 -ERJavaMail is part of Project Wonder and provides an API for sending component-based emails. ERJavaMail also uses the JavaMail API's underneath, but it includes the jars inside its framework, so you don't need to manually install JavaMail to use it. Because it does not have any external dependencies on other Project Wonder frameworks, you can use it without bringing in any other Project Wonder frameworks. For more information on ERJavaMail, see the [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]] page.
14 +ERJavaMail is part of Project Wonder and provides an API for sending component-based emails. ERJavaMail also uses the JavaMail API's underneath, but it includes the jars inside its framework, so you don't need to manually install JavaMail to use it. Because it does not have any external dependencies on other Project Wonder frameworks, you can use it without bringing in any other Project Wonder frameworks. For more information on ERJavaMail, see the [[ERJavaMail>>documentation:Project WONDER-Frameworks-ERJavaMail]] page.
15 15  
16 16  == WOMailDelivery ==
17 17  
... ... @@ -25,7 +25,7 @@
25 25  * Set WOSMTPHost=smtp.yourmailserver.com in your Properties file
26 26  * Hardcode it with WOApplication.application().setSMTPHost("smtp.yourmailserver.com");
27 27  
28 -Refer to the [[WOMailDelivery API>>http://webobjects.mdimension.com/javadoc/WebObjects/5.4.2/com/webobjects/appserver/WOMailDelivery.html]] for more information, but to simply send an email, you can use the following command:
28 +Refer to the [[WOMailDelivery API>>http://wocommunity.org/documents/javadoc/WebObjects/5.4.2/com/webobjects/appserver/WOMailDelivery.html]] for more information, but to simply send an email, you can use the following command:
29 29  
30 30  {{code}}
31 31