SES' documentation recommends using Punycode for local domain - why?

0

As per this SES documentation https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html:

For example, to send an email to 张伟@example.com, use Punycode encoding on the local part of the address (the part before the @ sign). The resulting, encoded address is xn--cpqy30b@example.com.

I just tested this on gmail, and unless I did something incorrectly, Gmail seems to just show the ASCII characters - I suspect most email providers will do the same base on the information I found here: https://stackoverflow.com/questions/7497468/can-punycode-encoded-email-addresses-clash-with-real-addresses

Am I missing something or should there be a warning in that document and maybe even a better recommendation to convert to ASCII instead?

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠