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?

posta 2 anni fa1374 visualizzazioni
1 Risposta
1
Risposta accettata

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

con risposta 2 anni fa
  • Awesome this is exactly what I was looking for. Thanks!

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande