如何在单个 api 调用中将电子邮件数组发送到 sendgrid?

How to send array of emails to sendgrid in single api call?

我有 500 封不同的电子邮件要发送给不同的收件人。现在,为了发送 500 封邮件,将调用 500 sendgrid API 调用,发送给所有收件人大约需要 9-10 分钟。我想知道是否有替代方案可用于在单个 sendgrid API 调用中发送 500 封邮件?基本上,我希望单个 API 呼叫所有 500 封邮件。

您可以使用 SMTP API for this. We have a PHP library for the SMTPAPI at GitHub.