Author: dion
Date: Wed Feb 15 13:53:04 2006
New Revision: 378103

URL: http://svn.apache.org/viewcvs?rev=378103&view=rev
Log:
If you provide a mailSession in tomcat you cannot send email using
commons-email: the problem is mainly caused by typos or missing constant
declaration.

Modified:
    jakarta/commons/proper/email/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/email/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/xdocs/changes.xml?rev=378103&r1=378102&r2=378103&view=diff
==============================================================================
--- jakarta/commons/proper/email/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/email/trunk/xdocs/changes.xml Wed Feb 15 13:53:04 
2006
@@ -22,6 +22,11 @@
 
   <body>
     <release version="1.1-SNAPSHOT" date="unreleased">
+      <action dev="dion" type="fix" issue="38656" due-to="Piero Ottuzzi">
+        If you provide a mailSession in tomcat you cannot send email using
+        commons-email: the problem is mainly caused by typos or missing 
constant
+        declaration.
+      </action>
       <action dev="dion" type="add" issue="37782">
         Added TLS helper methods on Email
         and Added setMailSessionFromJNDI(String) helper method



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to