【发布时间】: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.com,CC 字段为 another-email@example.com; 3rd-email@example.com。
相反,Mandrill 会发送三封单独的电子邮件,其中每封电子邮件都指定给一个人,CC 字段被视为To 字段。
有没有办法让 Mandrill 发送一封将抄送地址视为实际抄送收件人的电子邮件?
【问题讨论】:
标签: mandrill