AWS SES email not received by recipient

0

Hi,

I am trying to send an email using a template. When I try to send the email AWS CLI I get a MessageId in response, which I assume means there was no problem with the command, but I don't receive the email in my inbox. I have checked the spam. The sender email is verified and SES is in production mode. Even though I don't get an error the email is not even counted in the Daily email usage counter.

$ aws ses send-templated-email --cli-input-json file://myemail.json

Response:
{
    "MessageId": "0108017eb764e317-3e9252f2-690f-4070-9da0-3a783df5f46d-000000"
}

Thanks

已提问 2 年前384 查看次数
1 回答
0

do you have template helper used? ( conditional scripts) I am having a similar issue and scratching my head for a week now. One way to test it is to try the same template from console and see email getting delivered. Following is the link to my post. https://repost.aws/questions/QUPL5Sdx4fRU6tdnAGt6K69A/pinpoint-template-helper

已回答 2 年前

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

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

回答问题的准则