はじめに
AWS CLIからテストメールを送信する方法を備忘録。
手順
$ to="[email protected]"
$ aws ses send-email \
--from [email protected] \
--to "${to}" \
--subject "件名" \
--text "本文"
環境
$ aws --version
aws-cli/2.15.13 Python/3.11.6 Linux/6.1.66-91.160.amzn2023.x86_64 exec-env/CloudShell exe/x86_64.amzn.2023 prompt/off