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?

gefragt vor 2 Jahren1374 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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

beantwortet vor 2 Jahren
  • Awesome this is exactly what I was looking for. Thanks!

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen