IDEMPIERE-2049:Incorrectly is sent the email in russian language

This commit is contained in:
hieplq 2014-11-26 13:23:32 -05:00
parent 3ef895aa91
commit 36ce8de266
1 changed files with 1 additions and 1 deletions

View File

@ -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