如何在 PHP 中跟踪转发的电子邮件计数
我需要跟踪转发的电子邮件计数。从特定 ID 转发邮件的频率。使用图像标签来查找邮件开口数。
但不知道如何跟踪转发的邮件。
I need track forwarded email count. How often an mail is being forwarded from a particular id. Have used image tags for finding the number of mail openings.
But don't know how to track forwarded mails.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是不可行的,但这是一件好事,因为这不关任何人的事,而是我如何处理电子邮件的事。
您能做的最好的事情就是通过您的跟踪图像对电子邮件客户端进行指纹识别,并记录有多少不同的人看过它,但即使这是一个高度不确定的指标,因为大多数电子邮件客户端默认情况下都会阻止图像。
This isn't doable, and that's a good thing because it's nobody's business but mine what I do with my emails.
The best you can do is fingerprint the email client through your tracking image and log how many different people have looked at it, but even that is a highly uncertain metric because most email clients block images by default.
不幸的是没有办法。
Unfortunately there is no way.