This file contains hidden or 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
| ngrok http development-site.local:80 -host-header=rewrite |
This file contains hidden or 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
| convert icon.png -alpha off icon.png |
This file contains hidden or 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
| aws ses send-email \ | |
| --profile=ProfileName \ | |
| --region=eu-west-1 \ | |
| --destination="ToAddresses=someone@example.com" \ | |
| --message="Subject={Data=Test},Body={Text={Data='Test Body'}}" \ | |
| --from=avalidemail@example.com |