ARBO#32974 Echt CR+LF om http://cr.yp.to/docs/smtplf.html te voorkomen
svn path=/Website/branches/v2015.1/; revision=25390
This commit is contained in:
@@ -117,7 +117,7 @@ function sendMail( p_mailfrom
|
||||
objMail.BodyPart.Charset = S("puo_mailbodycharset"); // default "unicode-1-1-utf-8
|
||||
|
||||
Log2File(2, "Before bodyHTML");
|
||||
objMail.HtmlBody = p_bodyhtml.replace(/\<br\>/g, "\n<br>");
|
||||
objMail.HtmlBody = p_bodyhtml.replace(/\<br\>/g, "\x0D\x0A<br>");
|
||||
objMail.HTMLBodyPart.Charset = S("puo_mailbodycharset");
|
||||
//objMail.HTMLBodyPart.ContentTransferEncoding = "quoted-printable";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user