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 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen