How does auth0 respond to aws ses rate limits

When using the functionality provided by auth0, to send mails via the AWS SES, how does the system respond, if the rate limits of the account is met (What is Amazon SES? - Amazon Simple Email Service)?

Is it simply logged, or will it be retried at a later point in time?

The way we handle it is if a customer is using AWS SES as their custom email provider, and we attempt to send an email that is not sent because of rate limiting on AWS’s side, we will not retry the email and the error will be logged.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.