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 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions