1 Answer
- Newest
- Most votes
- Most comments
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
Relevant content
- asked 7 months ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago