【问题标题】:SendGrid - How to remove unsubscribe link from some emails sent using Dynamic templateSendGrid - 如何从使用动态模板发送的一些电子邮件中删除取消订阅链接
【发布时间】:2020-03-28 08:59:22
【问题描述】:

我已在 SendGrid 中启用订阅跟踪并将内容设置为 HTML 正文。因此,使用动态 templateId 以编程方式(在 Node.js 中)发送的每封电子邮件都将具有取消订阅链接。

但我们希望一个动态模板在发送电子邮件时不附加取消订阅链接。该模板没有“取消订阅”模块,但邮件中仍会显示取消订阅链接。

如何防止一个动态模板附加退订链接?

【问题讨论】:

    标签: node.js sendgrid


    【解决方案1】:

    在发送电子邮件功能中添加此参数将使其按预期工作-

     tracking_settings: {
       subscription_tracking: {
         enable: false
       }
     }
    

    【讨论】:

      猜你喜欢
      • 2018-08-28
      • 1970-01-01
      • 1970-01-01
      • 2011-03-24
      • 2020-07-28
      • 2012-12-02
      • 2017-12-15
      • 1970-01-01
      • 2016-03-10
      相关资源
      最近更新 更多