You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by zh...@apache.org on 2016/04/29 09:53:45 UTC

svn commit: r1741563 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java

Author: zhangwei
Date: Fri Apr 29 07:53:44 2016
New Revision: 1741563

URL: http://svn.apache.org/viewvc?rev=1741563&view=rev
Log:
OFBIZ-5732 Error in sendMailHiddenInLog service

Modified:
    ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java

Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java?rev=1741563&r1=1741562&r2=1741563&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java (original)
+++ ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java Fri Apr 29 07:53:44 2016
@@ -676,6 +676,7 @@ public class EmailServices {
         } catch (MessagingException e) {
             Debug.logError(e, module);
         }
+        newContext.put("bodyParts", bodyParts);
         try {
             dctx.getDispatcher().runSync("sendMailMultiPart", newContext);
         } catch (GenericServiceException e) {