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?

preguntada hace 2 años1374 visualizaciones
1 Respuesta
1
Respuesta aceptada

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

respondido hace 2 años
  • Awesome this is exactly what I was looking for. Thanks!

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas