Sending SES emails using UTF-8 characters in the address

0

I was curious if there was any update to this Stackoverflow question but noticed that the original post has been archived and I could not find any details on what is supported by SES in the current documentation.

Basically, is it possible today to send an email to myemail+✖@gmail.com (where ✖ is a UTF-8 character) or is SES still limited by RFC-822 that only supports ASCII characters?

1回答
1
承認された回答

From the following document, it seems that you can send an email to a UTF-8 email address by using Punycode encoding. https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html

*Basically, the email address string must be 7-bit ASCII. https://docs.aws.amazon.com/ses/latest/dg/send-email-formatted.html

回答済み 2年前
  • Awesome this is exactly what I was looking for. Thanks!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ