BAMG#69688 Logo in mail is niet altijd zichtbaar
svn path=/Website/branches/v2021.1/; revision=53979
This commit is contained in:
@@ -144,7 +144,7 @@ function sendMail( p_mailfrom
|
||||
Log2File(2, "Before bodyHTML");
|
||||
|
||||
var startPos = p_bodyhtml.indexOf("cid:") + 4;
|
||||
var has_type = p_bodyhtml.match(/.gif|.png|.jpg|.jpeg/);
|
||||
var has_type = p_bodyhtml.substr(startPos).match(/\.gif|\.png|\.jpg|\.jpeg/);
|
||||
var eindPos = ( has_type
|
||||
? p_bodyhtml.indexOf(has_type[0], startPos) + has_type[0].length
|
||||
: startPos
|
||||
|
||||
Reference in New Issue
Block a user