PCHD#31097 Bonnen weer zonder text-body
svn path=/Website/branches/v5.4.3/; revision=23487
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user