简体   繁体   中英

How to send bunch emails from Amazon SES

I have a subscriber base of 8000 and I want to send them emails at the same time using code based PHP (through API). But Amazon SES does not allow me to send more than 70 emails per second. How to send 8000 emails in one go, at the same time?

在此处输入图片说明

You will have to write to AWS for increase in limit. For that you can click here

Also make sure that you are not operating in sandbox mode. More details here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM