标签: php laravel email smtp sendgrid
我正在构建一个需要向500多个用户发送电子邮件的应用程序,并且我已经集成了sendgrid smtp,该功能对于前100个用户来说效果很好,但是在发送其余400个用户时遇到了问题。
Sendgrid api表示每个SMTP连接只能发送100条信息,但我不知道该如何处理。
我的问题:我如何send 100 emails per SMTP connection使用Laravel。
send 100 emails per SMTP connection