Skip to content

Instantly share code, notes, and snippets.

@psujit775
Last active March 22, 2023 16:19
Show Gist options
  • Save psujit775/f98d23ecb723d629a82de8ce1b7af405 to your computer and use it in GitHub Desktop.
Save psujit775/f98d23ecb723d629a82de8ce1b7af405 to your computer and use it in GitHub Desktop.
Steps to test AWS SES service using swaks

Using swaks standalne script

swaks git: https://github.com/jetmore/swaks

step 1 (download script)

curl https://jetmore.org/john/code/swaks/files/swaks-20201014.0/swaks -o swaks.sh

step2 (grant execute permissions)

chmod +x swaks.sh

step3 (test ses)

./swaks.sh --from <from-email> --to <to-email> --auth-user "<user>" --auth-password "<password>" --server <smtp-server> -tlsc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment