取消订阅标签是如何工作的?

How unsubscribe tag is works?

我正在使用 Sendwithus email templates, I see <unsubscribe> tags on plain-jane 模板我想知道标签如何取消订阅列表,它有什么优势?

如果您使用 sendwithus,您将依靠 ESP(电子邮件服务提供商)来取消订阅功能。退订标签是您的 ESP 识别的一段特殊文本,在实际发送电子邮件之前会转换为退订 link。

您需要查看 ESP 的文档以确定如何设置标签的格式。我建议在 sendwithus 中设置一个片段,这样您就可以通过 {% snippet 'unsubscribe' %}.

轻松地将标签包含在模板中

例如,如果您使用 SendGrid 作为 ESP,您可以创建一个标签作为

<div>
  <a href="sendgrid-unsubcribe">Unsubscribe from our emails</a>
</div>

另见 https://support.sendwithus.com/delivery/unsubscribes/