Author: michiel
Date: 2010-07-29 13:42:48 +0200 (Thu, 29 Jul 2010)
New Revision: 43010

Modified:
   mmbase/trunk/applications/email/documentation/email.xml
Log:


Modified: mmbase/trunk/applications/email/documentation/email.xml
===================================================================
--- mmbase/trunk/applications/email/documentation/email.xml     2010-07-29 
11:39:45 UTC (rev 43009)
+++ mmbase/trunk/applications/email/documentation/email.xml     2010-07-29 
11:42:48 UTC (rev 43010)
@@ -55,13 +55,13 @@
     <title>Configuration</title>
 
     <para>You need to configure you webapplications server to send email. This
-    typically means installing Java MaIl: the 'mail.jar' and 'activation.jar'.
+    typically means installing Java Mail: the 'mail.jar' and 'activation.jar' 
(only for older versions).
     See the README with the email application for more specific instructions,
     but generally when using Tomcat (&gt; version 5.5) you need to add the
     folowing piece of configuration to your webapp's context:</para>
 
-    <programlisting format="linespecific">  &lt;Resource name="mail/Session" 
-    auth="Container" 
+    <programlisting format="linespecific">  &lt;Resource name="mail/Session"
+    auth="Container"
     type="javax.mail.Session"
     mail.smtp.host="smtp.somehost.org" /&gt;</programlisting>
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to