SES rejects email (in app and cli) as not being verified when the console shows verified

0

Literally what it says on the tin. I have added and verified email addresses to test my app. The console shows the green check mark. Regions all match. Yet I keep getting the Email address is not verified. The following identities failed the check in region US-EAST-1. I assumed it was an issue with my app and tested with awscli and still the same thing.

Is this just a matter of waiting till everything syncs or ??

Using the cli docs own example.

» aws ses send-email --from xxx@yyy.com --destination file://destination.json --message file://message.json

An error occurred (MessageRejected) when calling the SendEmail operation: Email address is not verified. The following identities failed the check in region US-EAST-1:  ...
1 Antwort
0

Apparently the console doesn't work. awscli did not list any identities. I added them from the cli, reverified and it all works. Time for a bug report I guess.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen