Changes for page Sending Emails
Last modified by Pascal Robert on 2012/08/12 21:24
From version 13.1
edited by Pascal Robert
on 2012/08/12 21:24
on 2012/08/12 21:24
Change comment:
There is no comment for this version
To version 12.1
edited by Pascal Robert
on 2012/02/11 08:21
on 2012/02/11 08:21
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Sending Emails 1 +Development-Sending Emails - Content
-
... ... @@ -2,10 +2,6 @@ 2 2 3 3 Sending emails is a very common requirement in a web application. There are several methods you can choose from, each with varying levels of complexity and power. 4 4 5 -== ERJavaMail == 6 - 7 -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>>ERJavaMail Framework]] page. 8 - 9 9 == JavaMail == 10 10 11 11 [[JavaMail>>http://java.sun.com/products/javamail/]] is Sun's API definition and open-source reference implementation of various methods of sending and receiving mail. All of the other WO mail-sending techniques are based on JavaMail, but you can choose to use it directly rather than use the higher level API's described below. If you would like to use JavaMail on your own, you will need to download and install the following jars and put them into your WOA's classpath: ... ... @@ -13,6 +13,10 @@ 13 13 * [[JavaMail>>http://java.sun.com/products/javamail/downloads/index.html]] 14 14 * [[Java Activation Framework>>http://java.sun.com/products/javabeans/jaf/downloads/index.html]] 15 15 12 +== ERJavaMail == 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>>documentation:Project WONDER-Frameworks-ERJavaMail]] page. 15 + 16 16 == WOMailDelivery == 17 17 18 18 {{warning}}