【问题标题】:Mandrill - CCed E-Mails Are Sent SeparatelyMandrill - CCed 电子邮件单独发送
【发布时间】:2017-04-30 15:11:07
【问题描述】:

我使用以下 to 属性进行发送请求 API 调用:

"to": [
    {
        "email": "recipient.email@example.com",
        "type": "to"
    },
    {
        "email": "another-email@example.com",
        "type": "cc"
    },
    {
        "email": "3rd-email@example.com",
        "type": "cc"
    }
]

我希望 Mandrill 会根据上述请求中的属性发送一封电子邮件,其中 To 字段为 recipient.email@example.comCC 字段为 another-email@example.com; 3rd-email@example.com

相反,Mandrill 会发送三封单独的电子邮件,其中每封电子邮件都指定给一个人,CC 字段被视为To 字段。

有没有办法让 Mandrill 发送一封将抄送地址视为实际抄送收件人的电子邮件?

【问题讨论】:

    标签: mandrill


    【解决方案1】:

    尝试将preserve_recipients 选项设置为true。根据their documentation表示

    是否向每封电子邮件的“收件人”标头公开所有收件人

    【讨论】:

      猜你喜欢
      • 2016-07-04
      • 2015-04-23
      • 2014-09-03
      • 2016-07-05
      • 2016-02-28
      • 2015-08-25
      • 2023-03-28
      • 2013-01-06
      • 2013-04-16
      相关资源
      最近更新 更多