-
-
Save dainiax/f29f67576b559fde3369a2ebdbe17496 to your computer and use it in GitHub Desktop.
Amazon AWS CLI - SES SEND EMAIL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pip install awscli | |
aws configure | |
aws ses send-email \ | |
--from "[email protected]" \ | |
--destination "[email protected]" \ | |
--message "Subject={Data=from ses,Charset=utf8},Body={Text={Data=ses says hi,Charset=utf8},Html={Data=,Charset=utf8}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment