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:
parent
aa6b1b2317
commit
991167cfc2
|
@ -980,7 +980,7 @@ public final class EMail implements Serializable
|
||||||
(new ByteArrayDataSource (m_messageHTML, charSetName, "text/html")));
|
(new ByteArrayDataSource (m_messageHTML, charSetName, "text/html")));
|
||||||
|
|
||||||
// Create Multipart and its parts to it
|
// Create Multipart and its parts to it
|
||||||
Multipart mp = new MimeMultipart("mixed");
|
Multipart mp = new MimeMultipart("related");
|
||||||
mp.addBodyPart(mbp_1);
|
mp.addBodyPart(mbp_1);
|
||||||
if (log.isLoggable(Level.FINE)) log.fine("(multi) " + getSubject() + " - " + mbp_1);
|
if (log.isLoggable(Level.FINE)) log.fine("(multi) " + getSubject() + " - " + mbp_1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue