我的ESP在电子邮件的开头正文标签之后自动添加跟踪像素。该像素显示在preheader部分中,我的客户认为这看起来是垃圾邮件。我的ESP建议在电子邮件的开头添加第二组正文标签,以诱骗他们的系统在不太显眼的地方添加跟踪像素。但是,我担心这会引起更多的问题,而无法解决。
我尝试在body标签周围添加注释,以使它们对电子邮件客户端隐藏,但这引起了其他问题。在某些客户中,结束注释->将显示在预标题中。这是在Yahoo和iPhone 10的Gmail中发生的-我无法在其他任何地方重现。
<!DOCTYPE html>
<!--<body> </body>-->
<html lang="en">
<head><meta charset="utf-8"><meta name="viewport" content="width=device-
width, initial-scale=1.0"><!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif] -->
<title>This is your template test</title>
<!-- a bunch of CSS goes here-->
</head>
<body>
body of the email
</body>
</html>