メールのバウンス処理をテストする必要があったのでメモ
AWS CLIを使用してバウンスをシミュレートするメールアドレスに対してメールを送信する
[email protected]
aws ses send-email --to [email protected] --from ${fromMailAddress} --subject sample --text "sample body"
メールのバウンス処理をテストする必要があったのでメモ
AWS CLIを使用してバウンスをシミュレートするメールアドレスに対してメールを送信する
[email protected]
aws ses send-email --to [email protected] --from ${fromMailAddress} --subject sample --text "sample body"