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 年前檢視次數 369 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南