duangai1941 2018-10-10 12:28
浏览 33

电子邮件开放率跟踪器 - 电子邮件客户端的差异

I've implemented a very common approach to email open rate tracking using a 1x1px transparent image:

<img src="https://myserver/trackresponse?source=1&action=1"
 style="border:0;width:1px;height:1px;" alt="" />

And the php code to track response and return the image looks like this:

header('Content-Type: image/png');
(Record response on DB)....
$im=imagecreatefrompng("/images/pixel.png");
imagepng($im);
imagedestroy($im);

On viewing the email the request for the image is executed (I know this as the the response is recorded on the DB).

Although Gmail (webmail and iphone app) and even Outlook.live.com displays the email correctly (as in you can't see the tracking pixel), the Windows mail app (Windows 10) displays this:

enter image description here

Any ideas?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 使用C#,asp.net读取Excel文件并保存到Oracle数据库
    • ¥15 C# datagridview 单元格显示进度及值
    • ¥15 thinkphp6配合social login单点登录问题
    • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
    • ¥15 如何在scanpy上做差异基因和通路富集?
    • ¥20 关于#硬件工程#的问题,请各位专家解答!
    • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
    • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
    • ¥30 截图中的mathematics程序转换成matlab
    • ¥15 动力学代码报错,维度不匹配