About SES Iimit

0

Hi all , I am Building an application where I have usecase to send bulk emails to user count may be 1)1 million per day and 2)need per second email limit to more than 100 3) we need to bypass the identity verification limit more than 10000

Is it acchievable using SES ? please reply if you aware of

Thanks

1 Answer
2

Hello,

I think Amazon SES may not be the best fit for sending bulk emails at the scale and rate that you want for the following reasons -

  • SES has a default sending rate limit of 1 email per second. To send over 100 emails per second would require a significant quota increase that may not be feasible.
  • SES identity verification is limited to 10,000 identities per AWS region.
  • I would recommend - Amazon Pinpoint - A marketing and engagement platform that can handle higher email volumes and rates than SES. Identity limits are also higher.

For reference - https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html

https://docs.aws.amazon.com/ses/latest/dg/send-email-concepts-deliverability.html

https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html

Thanks

answered 4 months 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