取消订阅标签的工作原理是什么?

Mik*_*ish 2 html tags email unsubscribe

我正在使用Sendwithus电子邮件模板,我<unsubscribe>纯jane模板上看到标签,我想知道标签如何取消订阅该列表,它的优点是什么?

Max*_*ace 5

如果您使用sendwithus,则将依赖ESP(电子邮件服务提供商)来取消订阅功能。退订标签是您的ESP可以识别的特殊文本,在实际发送电子邮件之前,它会转变为退订链接。

您需要查看ESP的文档,以确定如何格式化标签。我建议在sendwithus中设置一个代码段,以便您可以通过轻松将标记添加到模板中{% snippet 'unsubscribe' %}

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

<div>
  <a href="sendgrid-unsubcribe">Unsubscribe from our emails</a>
</div>
Run Code Online (Sandbox Code Playgroud)

有关其他参考,请参见https://support.sendwithus.com/delivery/unsubscribes/