Pythonを使ってSESでメールを送る際、送信者(From)に日本語を使うと文字化けします。 ↑の公式サンプルコードをもとにメールを送信してみます。 文字化けするパターン まずは何も考えず、そのまま宛先に日本語をセットしたパターンです。 import boto3 from botocore.exceptions import ClientError # Replace sender@example.com with your "From" address. # This address must be verified with Amazon SES. SENDER = "テスト <hoge+sender@example.com>" # Replace recipient@example.com with a "To" address. If your account # is stil