实现 RFC 2369 的“列表取消订阅”在 PHP 网站中 - 我应该发送确认吗?

发布于 2024-08-10 04:52:36 字数 232 浏览 3 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅紫色的梦幻 2024-08-17 04:52:36

如果在网站中实施,请在结果网页上确认取消订阅成功。

您必须评估在这个环境中,某人被另一个人取消订阅的可能性是否是一个问题。如果是,我会发送电子邮件,说明有人取消订阅您,如果这不是您想要的,请点击此链接重新订阅。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文