Hey, I have set up the email workflow in which I created an AWS SES integration for development. However, when I tried triggering the email workflow, it failed and gave the following error:
{
"name": "MessageRejected",
"$fault": "client",
"$metadata": {
"httpStatusCode": 400,
"requestId": "ef4a8a81-5a30-49e5-bebf-1d6104b85507",
"attempts": 1,
"totalRetryDelay": 0
},
"Error": {
"Type": "Sender",
"Code": "MessageRejected",
"Message": "Email address is not verified. The following identities failed the check in region US-EAST-2: [email protected], Pretectum Notification <[email protected]>, [email protected]",
"message": "Email address is not verified. The following identities failed the check in region US-EAST-2: [email protected], Pretectum Notification <[email protected]>, [email protected]"
},
"RequestId": "ef4a8a81-5a30-49e5-bebf-1d6104b85507",
"xmlns": "http://ses.amazonaws.com/doc/2010-12-01/"
}
As I understand from the error, the mentioned email address is not verified. However, I have already verified the entire domain in the AWS SES dashboard, i.e. pretectum.com
<@&986960430528331776> <@&1320855419903672400> @ornate night please help how can i resolve this