如何为 mailchimp 格式化 $email 数组

发布于 2024-11-05 11:53:52 字数 163 浏览 0 评论 0原文

因此,我正在尝试通过 mailchimp api 发送电子邮件...到目前为止,有关 MCAPI 类及其方法的文档似乎相当简单。我很难弄清楚 mailchimp 对电子邮件数组的期望是什么...我知道它需要标头信息、收件人、发件人、正文等...但它想要的格式是什么?有谁知道 - 或者有正确文档的链接?非常感谢!

So, I'm trying to send an email via the mailchimp api... the documentation regarding the MCAPI class and its methods seems fairly straight-forward, so far. I'm having a hard time figuring out what mailchimp is expecting for the email array.... I know it needs header info, to, from, body etc... but what is the format that it wants? Does anyone know off hand - or have a link to the proper docs? Much thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凝望流年 2024-11-12 11:53:52

啊,您可以在 通过 MailChimp 发送电子邮件中查看之前的代码块(及其相关更正)

您想要的特定块(我认为)是这样的:http://apidocs。 mailchimp.com/how-to/transactional-campaigns.php。它详细介绍了使用伪交易活动发送一次性电子邮件背后的想法。

Ah, you can see a previous chunk of code (with its associated corrections) at Send an email via MailChimp.

The specific chunk (I think) you want is this: http://apidocs.mailchimp.com/how-to/transactional-campaigns.php. it goes through the thinking behind sending one-off emails using pseudo-transactional campaigns.

如日中天 2024-11-12 11:53:52

如果我没猜错的话,你应该参与电子邮件营销活动。他们的网站上有一个很好的示例和解释: http://apidocs.mailchimp.com /1.3/campaigncreate.func.php

If I got this right, you're supposed to work with email-campaigns. There is a pretty good example and explanation on their site: http://apidocs.mailchimp.com/1.3/campaigncreate.func.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文