[jbpm-commits] JBoss JBPM SVN: r4531 - jbpm4/branches/email/modules/userguide/src/main/docbook/en/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 9 18:34:59 EDT 2009


Author: bradsdavis
Date: 2009-04-09 18:34:59 -0400 (Thu, 09 Apr 2009)
New Revision: 4531

Modified:
   jbpm4/branches/email/modules/userguide/src/main/docbook/en/modules/ch09-Emails.xml
Log:


Modified: jbpm4/branches/email/modules/userguide/src/main/docbook/en/modules/ch09-Emails.xml
===================================================================
--- jbpm4/branches/email/modules/userguide/src/main/docbook/en/modules/ch09-Emails.xml	2009-04-09 22:31:24 UTC (rev 4530)
+++ jbpm4/branches/email/modules/userguide/src/main/docbook/en/modules/ch09-Emails.xml	2009-04-09 22:34:59 UTC (rev 4531)
@@ -17,7 +17,8 @@
   <section id="serverconfiguration">
     <title>Server Configuration</title>
     <para>Mail Server configuration is provided within jbpm.cfg.xml  The <emphasis role="bold">mail-server</emphasis> tag describes an SMTP mail server capable of sending email messages.
-    Because jBPM uses JavaMail to send mail, all properties supported by JavaMail are also exposed to jBPM.  Within the subtag of <emphasis role="bold">mail-server</emphasis>, the SMTP properties must be provided as described in the example below.</para>
+    Because jBPM uses JavaMail to send mail, all properties supported by JavaMail are also exposed to jBPM.  Within the <emphasis role="bold">session-properties</emphasis>
+    subtag of <emphasis role="bold">mail-server</emphasis>, the SMTP properties must be provided as described in the example below.</para>
     <para>
     See the Sun JavaMail API for more information on supported properties.  <ulink url="http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html">Sun SMTP Properties</ulink> 
     </para>
@@ -88,7 +89,7 @@
           </row>
           <row>
             <entry><literal>include</literal></entry>
-            <entry>1..X</entry>
+            <entry>1..Many</entry>
             <entry>If one or more includes are present, the address filter will include only email addresses matching the include patterns provided.</entry>
           </row>
           <row>
@@ -98,7 +99,7 @@
           </row>
 		  <row>
             <entry><literal>exclude</literal></entry>
-            <entry>1..X</entry>
+            <entry>1..Many</entry>
             <entry>If one or more excludes are present, the address filter will explicitly exclude only email addresses matching the exclude patterns provided.</entry>
           </row>
         </tbody>




More information about the jbpm-commits mailing list