- Newest
- Most votes
- Most comments
Hello,
I am using SES Production Access, All verification is done like DNS, Email and all, Emails start receiving but almost 50% of emails received delayed 1 to 5 minutes.
Sometimes Same email address received instant email and after some time if we send another email to same address it may received after 1 minute and sometime after 5 minutes as well.
can any once please help any required settings.
Hi,
For each email that Amazon SES receives, Amazon SES generates a message ID that you can log. If there's no message ID, then Amazon SES didn't receive your email, so the email won't be delivered.
To check if there was a delay before your email was received by Amazon SES, then compare the timestamp between:
When your application made the call to Amazon SES When the message ID was generated by Amazon SES If the difference in time between the two events is significant, then this means that something happened between when your application sent the email and when Amazon SES acknowledged receipt of the email.
To determine if the delay is from the client, send a test email using the Amazon SES console. If the test email is delivered without any significant delay, then it indicates that the delay is occurring before the email reaches Amazon SES.
Relevant content
- asked 7 months ago
- asked 10 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
the problem is email is sent by some other users that I don;t have access to, not my application. I do not call any SES api, i only have email receiving ruleset configured for my domain(verified correctly).