IDEMPIERE-2049:Incorrectly is sent the email in russian language
This commit is contained in:
parent
3ef895aa91
commit
36ce8de266
|
@ -338,7 +338,7 @@ public final class EMail implements Serializable
|
||||||
m_msg.setHeader("Comments", "iDempiereMail");
|
m_msg.setHeader("Comments", "iDempiereMail");
|
||||||
// m_msg.setDescription("Description");
|
// m_msg.setDescription("Description");
|
||||||
// SMTP specifics
|
// SMTP specifics
|
||||||
m_msg.setAllow8bitMIME(true);
|
//m_msg.setAllow8bitMIME(true);
|
||||||
// Send notification on Failure & Success - no way to set envid in Java yet
|
// Send notification on Failure & Success - no way to set envid in Java yet
|
||||||
// m_msg.setNotifyOptions (SMTPMessage.NOTIFY_FAILURE | SMTPMessage.NOTIFY_SUCCESS);
|
// m_msg.setNotifyOptions (SMTPMessage.NOTIFY_FAILURE | SMTPMessage.NOTIFY_SUCCESS);
|
||||||
// Bounce only header
|
// Bounce only header
|
||||||
|
|
Loading…
Reference in New Issue