سؤال

I am doing some testing on sanbox account for Amazon Web Services (SES) . I have to maintain the delivery report of each email (Deliver, Complaints,Bounce, Rejected). I have the message id. Can you please tell me how to find out the email delivery status using message id.

Thanks in Advance.

هل كانت مفيدة؟

المحلول

You can be notified either via email or SNS about bounces/complaints etc.

To get SNS notifications, read this: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html

to get email notifications read this: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-email.html

نصائح أخرى

You can refer to this page. https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-api.html

In summary, you can use GetSendStatistics API to tackle your concern. Hope it will be helpful for u.

Thanks.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top