LoginSignup
9
6

More than 5 years have passed since last update.

Amazon SESで差出人名(送信者名)が文字化けするとき

Posted at

差出人名の部分 だけ MIMEエンコードする必要がある

require 'nkf'

from = "#{NKF.nkf('-jWM', '差出人')} <user@example.com>"
#=> "=?ISO-2022-JP?B?GyRCOjk9UD9NGyhC?= <user@example.com>"

9
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
6