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?

asked 2 years ago1350 views
1 Answer
1
Accepted Answer

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

answered 2 years ago
  • Awesome this is exactly what I was looking for. Thanks!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions