.Net Core SendEmailAsync. SendEmailResponse doesn't have "bounce" info

0

Email sending works well in the sandbox, sending to my approved address.

When I send an email to one of the test endpoints, in particular, bounce@simulator.amazonses.com, there's no indication of the bounce in the SendEmailResponse object.

response.ResponseMetadata.Metadata has zero entries.

Is there another way of getting an indication that the email reached (or more appropriately didn't fail to reach) its intended destination?

Thank you,
barryhf

Edited by: barryhf on Mar 28, 2019 12:51 PM

asked 6 years ago357 views
1 Answer
0

Bounce notifications occur through the AWS notification system.

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-email-with-ses.html

answered 6 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