【发布时间】:2018-08-28 14:20:45
【问题描述】:
我正在使用:https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail 发送电子邮件
我无法找到如何添加 <a href="[Unsubscribe]">Unsubscribe</a> 等效项。这记录在此处:https://sendgrid.com/docs/Classroom/Basics/Marketing_Campaigns/unsubscribe_groups.html#-Using-a-Custom-Unsubscribe-Link
在网站上,您只需使用简码 [Unsubscribe],这在通过 sendgrid/mail 包发送电子邮件时不起作用。
【问题讨论】: