You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The e-mail was sent via SMTP but was rejected because the address was seemingly not encoded properly--maybe because the SMTPUTF8 is not set in mail_options calls to sendmail()
The text was updated successfully, but these errors were encountered:
Description
I am trying to send to an e-mail address with a multibyte mailbox name. (See https://stackoverflow.com/questions/52133735/how-do-i-send-email-to-addresses-with-non-ascii-characters-in-python)
The e-mail was sent via SMTP but was rejected because the address was seemingly not encoded properly--maybe because the SMTPUTF8 is not set in mail_options calls to sendmail()
The text was updated successfully, but these errors were encountered: