ACCOUNT_THROTTLED in BulkEmailEntryResult

0

Hi, I used sesv2.sendBulkEmail (@aws-sdk/client-sesv2) to send 18000+ emails but have a problem with ACCOUNT_THROTTLED error that returns in BulkEmailEntryResult. How can I handle this case?

(My daily sending quota is 50,000 emails per 24-hour period and My maximum send rate is 14 emails per second.)

I use sleep(5000) to slowdown my request, it work for first 500 emails but my service can't wait that long.

asked 2 years ago225 views
1 Answer
1
Accepted Answer

Nevermind, I let it error and make cron-job to resend it later.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions