Maximum sending rate exceeded when sending emails #59
Unanswered
umerghori786
asked this question in
Q&A
Replies: 1 comment
-
https://aws.amazon.com/premiumsupport/knowledge-center/ses-sending-rate-quota-exceeded/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i am using amazon ses service when i send 200 emails from my local server it sent all email perfectly and jobs table is empty but when i sent 200 emails on live server it send only 90 email and remaining data are added in failed_jobs table.. it show this error in exception column
exception 'Aws\Ses\Exception\SesException' with message 'Error executing "SendEmail" on "https://email.us-east-1.amazonaws.com"; AWS HTTP error: Client error:
POST https://email.us-east-1.amazonaws.com
resulted in a400 Bad Request
response:Sender
Throttling< (truncated...)
Throttling (client): Maximum sending rate exceeded. -
Sender
Throttling
Maximum sending rate exceeded.
8f23e6e6-b4f2-4572-b426-343b370cb32c
'
Beta Was this translation helpful? Give feedback.
All reactions