开发者

Amazon SES sending duplicate emails

I have switched to using Amazon SES to send our tr开发者_如何学JAVAansactional alerts from our asp.net system and I'm getting calls that people are receiving duplicate emails.

I have confirmed that our program is only sending the email once to each user.

I received one of these duplicates exactly 5 minutes after the first email was sent, making me think it is some sort of retry issue.

Is there a way to configure/fix this issue?

If it makes any difference, I am using the AWS SDK in asp.net and calling the AmazonSimpleEmailServiceClient.SendEmail call.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜