SES duplicate mails

0

Hello, I'm sending emails to my customers using SES. One of them complains that he receives duplicated mails. I have checked my code and it seems that it sends just single request to SES. Also I have checked message-ids of duplicated mails and they are the same - I believe that it indicates that this is the same message sent twice. Could you please advise what can be a reason of this behavior? Thanks.

asked 2 years ago2261 views
1 Answer
1

Hi,

Amazon SES is designed to deliver each message once. However, If the recipient mail server (ISP) receives the message but fails to acknowledge the delivery by returning an SMTP "250 OK" response, then SES has to retry until the ISP acknowledges the delivery. This retry mechanism could result in delivering the same message more than once.

You have mentioned that these messages have the same Message-ID's which imply that these are indeed the same messages being re-delivered most likely via this retry mechanism.

You can contact the recipient mail server support and provide the message ID. They should be able to investigate the issue on their end.

For additional confirmation, you can create a support case for the SES service and provide these MessageID's so the SES team can perform a log dive.

AWS
SUPPORT ENGINEER
Ryan_A
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