FSN#32897 Newlines injecteren in HTML-body
svn path=/Website/branches/v2015.1/; revision=25327
This commit is contained in:
@@ -117,8 +117,9 @@ function sendMail( p_mailfrom
|
||||
objMail.BodyPart.Charset = S("puo_mailbodycharset"); // default "unicode-1-1-utf-8
|
||||
|
||||
Log2File(2, "Before bodyHTML");
|
||||
objMail.HtmlBody = p_bodyhtml;
|
||||
objMail.HtmlBody = p_bodyhtml.replace(/\<br\>/g, "\n<br>");
|
||||
objMail.HTMLBodyPart.Charset = S("puo_mailbodycharset");
|
||||
//objMail.HTMLBodyPart.ContentTransferEncoding = "quoted-printable";
|
||||
|
||||
var startPos = p_bodyhtml.indexOf("cid:") + 4;
|
||||
var eindPos = p_bodyhtml.indexOf(".gif") + 4;
|
||||
|
||||
Reference in New Issue
Block a user