IDEMPIERE-2132 mails from iDempiere can not be forwarded
This commit is contained in:
parent
8c5cfb6c05
commit
9ee13407ab
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue