Why am I getting this error: MessageRejected MessageRejected: Email address is not verified. The following identities failed the check in region US-WEST-2

0

I run the sample AWS Go SES code, and I get the following error: MessageRejected MessageRejected: Email address is not verified. The following identities failed the check in region US-WEST-2: scott.XXXXXXo@sXXXXXXXXXs.com, scott@yaXXXXXXy.com

My SES account is in production mode, not sandbox, which should eliminate this problem. But I verified the address anyway, and the error is still happening.

Link to AWS SES code used: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/ses-example-send-email.html

Thank you for your help in advance, Scott

3 Answers
0
profile picture
EXPERT
answered a year ago
0

That is correct.

profile picture
answered a year ago
0

Was your account removed from the sandbox in the us-west-2 region, or a different region? According to the SES documentation, "the sandbox status for your account is unique per each AWS Region." So if you were removed from the sandbox in, say, us-east-1, then you'll see failures when you try to send through us-west-2.

EXPERT
answered a year 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