Sending emails using SES through AWS CLI, or Powershell

0

I have been trying to send an email through AWS CLI and Powershell and I can't even get one instance to work, the videos and blogs I have seen are outdated. If anyone has guidance I would really appreciate it.

1 回答
0

Hi Merk, try this out:

aws ses send-email --from <FROM> --to <TO> --text "A random message" --html "<h1>Hello</h1><p>With HTML formatting</p>" --subject "Hello World"

Make sure emails are verified.

If above works, I d appreciated if answer can be accepted so that community can benefit for clarity when searching for similar issues, thanks!

profile picture
专家
已回答 1 年前

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

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

回答问题的准则