PCHD#31097 Bonnen weer zonder text-body

svn path=/Website/branches/v5.4.3/; revision=23487
This commit is contained in:
Jos Groot Lipman
2014-11-27 12:36:37 +00:00
parent de06846e40
commit b6fc512831

View File

@@ -111,8 +111,10 @@ function sendMail( p_mailfrom
try
{ // Zowel textbody als htmlbody zetten opdat default Android e-mail client
// het euro teken goed doet.
objMail.TextBody = p_bodyhtml;
objMail.TextBodyPart.Charset = S("puo_mailbodycharset"); // default "unicode-1-1-utf-8
// NEEN: Dan zijn er mail-clients die de HTML (terecht) tonen vanwege content-type text/plain
// objMail.TextBody = p_bodyhtml;
// objMail.TextBodyPart.Charset = S("puo_mailbodycharset"); // default "unicode-1-1-utf-8
objMail.BodyPart.Charset = S("puo_mailbodycharset"); // default "unicode-1-1-utf-8
Log2File(2, "Before bodyHTML");
objMail.HtmlBody = p_bodyhtml;