IDEMPIERE-2132 mails from iDempiere can not be forwarded

This commit is contained in:
Thomas Bayen 2014-09-03 17:42:14 -05:00
parent 8c5cfb6c05
commit 9ee13407ab
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("related");
Multipart mp = new MimeMultipart("mixed");
mp.addBodyPart(mbp_1);
if (log.isLoggable(Level.FINE)) log.fine("(multi) " + getSubject() + " - " + mbp_1);