hg backout 027b441 / IDEMPIERE-2132 mails from iDempiere can not be forwarded - backout as Nicolas reported it breaks IDEMPIERE-1899

This commit is contained in:
Carlos Ruiz 2014-09-04 16:30:46 -05:00
parent aa6b1b2317
commit 991167cfc2
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ public final class EMail implements Serializable
(new ByteArrayDataSource (m_messageHTML, charSetName, "text/html")));
// Create Multipart and its parts to it
Multipart mp = new MimeMultipart("mixed");
Multipart mp = new MimeMultipart("related");
mp.addBodyPart(mbp_1);
if (log.isLoggable(Level.FINE)) log.fine("(multi) " + getSubject() + " - " + mbp_1);