Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created March 6, 2023 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/5782985251db6e406febc56433c203f8 to your computer and use it in GitHub Desktop.
Save dasgoll/5782985251db6e406febc56433c203f8 to your computer and use it in GitHub Desktop.
aws ses commandline verify mail send email identity
aws ses send-email --from omar@foo.com --to jayz@foo.com --text "This is for those who cannot read HTML." --html "<h1>Hello World</h1><p>This is a pretty mail with HTML formatting</p>" --subject "Hello Kaman marrah"
aws ses verify-email-identity --email-address ahmed@dasarabbank.com --profile digi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment