实现 RFC 2369 的“列表取消订阅”在 PHP 网站中 - 我应该发送确认吗?
我正在尝试在 PHP 网站中实现 RFC 2369 的“列表取消订阅”,该网站通过电子邮件发送每日更新。
我只打算使用 HTTP 选项,因为这可以简单地用 PHP 代码实现。
我的问题是:用户取消订阅后,是否可以发送确认电子邮件,例如“取消订阅成功”?或者这会会计入 Google 等人对我网站的“取消订阅分数”吗?
我将其标记为 PHP,因为我对基于 PHP 编程的答案非常感兴趣,以正确实现该标准。
I'm trying to implement RFC 2369's "List-Unsubscribe" in a PHP website which sends out daily updates by email.
I'm planning to use the HTTP option only since this can be implemented simply in PHP code.
My question is this: Once the user is unsubscribed, is it ok to send out a confirmation email, like "unsubscribe successful"? Or will this count against my site's "unsubscribe score" by Google et al?
I've tagged this as PHP because I'm interested strictly in a PHP-programming based answer to the proper implementation of this standard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果在网站中实施,请在结果网页上确认取消订阅成功。
您必须评估在这个环境中,某人被另一个人取消订阅的可能性是否是一个问题。如果是,我会发送电子邮件,说明有人取消订阅您,如果这不是您想要的,请点击此链接重新订阅。
If implemented in a website, acknowledge the successful unsubscribe on the result web page.
You will have to evaluate if this is an environment where the possibility of someone getting unsubscribed by another person is an issue or not. If it is, I would send the email message saying that someone unsubscribed you, if that is not what you want follow this link to resubscribe.