我正在使用Mailchimp API向从我的网站购买订单确认电子邮件的人发送电子邮件。不幸的是,如果他们第二次从我那里订购,我就无法重新向他们发送相同的电子邮件。我从POST请求中收到此错误:
{
type: 'http://developer.mailchimp.com/documentation/mailchimp/guides/error-
glossary/',
title: 'Bad Request',
status: 400,
detail: 'You’ve already sent this email to the subscriber.'
}
有没有解决这个问题,还是我必须寻找新的电子邮件软件?
干杯, 丹
答案 0 :(得分:0)
没有办法解决这个问题 - Mailchimp设定了这些限制。我建议使用基于事务的电子邮件服务而不是Mailchimp来实现此目的。