Our users are receiving multiple copies of the same email that we just sent once

0

We are using AWS SES' SMTP to send our emails. We don't use bulk sending and templates. We sent them one by one. Our application logs show the emails sent successfully once. But our users report that they are receiving duplicate emails.

We are using the us-east-1 email service.

We have not done anything yet to see why this is happening. Our logs show that the emails were sent successfully and there is no way for us to know where to look at. Any suggestions to point us to the right direction is appreciated.

asked 2 years ago1105 views
1 Answer
0

Hi Jerbersoft

From the note I understand you using AWS SES' SMTP to send your emails, but your users report that they are receiving duplicate emails.

Please note Amazon assigns a unique message ID to every email sent. Look in the full headers of the emails you received for an ID like the following:

0000012fea2d8375-85e23920-10cf-4d1b-b237-5dc13847b66c-000000@email.amazonses.com

If it is the same in both emails you got, then there is some sort of glitch between Amazon and the receiving SMTP server that is causing it to be resent. If the ID is different between the 2 emails, then you are sending it twice. Check link below to see methods to send email over SMTP[1].

I hope this helps.

References:

1.https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html

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