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
on 2011/05/03 04:38
Change comment:
There is no comment for this version
To version 7.1
edited by Pascal Robert
on 2011/02/22 10:46
on 2011/02/22 10:46
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. avendasora1 +XWiki.probert - Content
-
... ... @@ -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://developer.apple.com/documentation/WebObjects/Reference/API/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