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 Resposta
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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas