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 回答
0
profile picture
专家
已回答 1 年前
0

That is correct.

profile picture
已回答 1 年前
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.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容