Author: jonathan
Date: Mon Jan 28 04:23:54 2008
New Revision: 13072

Log:

Typos and tweaks.

Modified:
   trunk/mashup/java/xdocs/emailhostobject.html

Modified: trunk/mashup/java/xdocs/emailhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/emailhostobject.html        (original)
+++ trunk/mashup/java/xdocs/emailhostobject.html        Mon Jan 28 04:23:54 2008
@@ -245,7 +245,7 @@
     
     
     <div class="code">var email = new
-Email("smtp.gmail.com", "[EMAIL PROTECTED]", "password"); // host, port, 
username,
+Email("smtp.gmail.com", "[EMAIL PROTECTED]", "password"); // host, username,
 password</div>
 
 
@@ -290,10 +290,9 @@
 
       <td><b>void from(string from</b>)*</td>
 
-
-      <td>An optional property to set the from address of the email to
-be sent. If not set the user account used to auhenticate against the
-email gateway will be sent as the from address.<br>
+      <td>An optional property to set the "from" address of the email to
+be sent. If not set the user account used to authenticate against the
+email gateway will be sent as the "from" address.<br>
 
 
 &nbsp; &nbsp; <span style="font-style: italic;">email.from = "[EMAIL 
PROTECTED]";</span></td>
@@ -307,9 +306,8 @@
 
       <td><span style="font-weight: bold;">void to(String to)</span></td>
 
-
-      <td>This is a required property that denote the to address of the
-email to be sent. (Optionally an array of strings denoting the to
+      <td>This is a required property that denotes the "to" address of the
+email to be sent. (Optionally an array of strings denoting the "to"
 addresses can be passed as below.)<br>
 
 
@@ -324,9 +322,8 @@
 
       <td><span style="font-weight: bold;">void to(Array to)</span></td>
 
-
-      <td>This is a required property that denote the to address of the email 
to
-be sent. (Optionally a string denoting the to address can
+      <td>This is a required property that denotes the "to" addresses of the 
email to
+be sent. (Optionally a string denoting a single "to" address can
 be passed as above.)<br>
 
 
@@ -350,9 +347,8 @@
 
       <td><span style="font-weight: bold;">void cc(String cc)*</span></td>
 
-
-      <td>This is an optional property&nbsp;that denote the cc address of the 
email to
-be sent. (Optionally an array of strings denoting the cc addresses can
+      <td>This is an optional property that denotes the "cc" address of the 
email to
+be sent. (Optionally an array of strings denoting the "cc" addresses can
 be passed as below.)<br>
 
 
@@ -367,9 +363,8 @@
 
       <td><span style="font-weight: bold;">void cc(Array cc)*</span></td>
 
-
-      <td>This is&nbsp;an optional property&nbsp;that denote the cc address of 
the email to
-be sent. (Optionally a string denoting the cc address can
+      <td>This is an optional property that denotes the "cc" addresses of the 
email to
+be sent. (Optionally a string denoting a single "cc" address can
 be passed as above.)<br>
 
 
@@ -393,9 +388,8 @@
 
       <td><span style="font-weight: bold;">void bcc(String bcc)*</span></td>
 
-
-      <td>This is&nbsp;an optional property&nbsp;that denote the bcc address 
of the email to
-be sent. (Optionally an array of strings denoting the bcc addresses can
+      <td>This is an optional property that denotes the "bcc" address of the 
email to
+be sent. (Optionally an array of strings denoting the "bcc" addresses can
 be passed as below.)<br>
 
 
@@ -410,9 +404,8 @@
 
       <td><span style="font-weight: bold;">void bcc(Array bcc)*</span></td>
 
-
-      <td>This is&nbsp;an optional property&nbsp;that denote the bcc address 
of the email to
-be sent. (Optionally a string denoting the bcc address can
+      <td>This is an optional property that denotes the "bcc" addresses of the 
email to
+be sent. (Optionally a string denoting a single "bcc" address can
 be passed as above.)<br>
 
 
@@ -495,8 +488,7 @@
 </div>
 
 
-
-<p>� WSO2 Inc.</p>
+<p>&copy 2007-2008 WSO2 Inc.</p>
 
 
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to