bamboo_smtp icon indicating copy to clipboard operation
bamboo_smtp copied to clipboard

Punycode domain part of emails

Open LuisaAPF opened this issue 3 years ago • 1 comments

Trying to send an email to an address like jane@döe.com fails with error:

{:error,
  {:permanent_failure, 
  '3.120.93.201',
  "501 Invalid RCPT TO address provided\r\n"}}

Using punycode to represent the domain part of the address solves this issue.

LuisaAPF avatar Jun 30 '21 14:06 LuisaAPF

Thanks for your contribution 😄 I have just made a suggestion to improve readability.

babariviere avatar Jul 05 '21 07:07 babariviere