Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support Non-ASCII mailbox names (RFC 6530) #38

Closed
toddpratt opened this issue Jun 17, 2022 · 1 comment · Fixed by #61
Closed

Please support Non-ASCII mailbox names (RFC 6530) #38

toddpratt opened this issue Jun 17, 2022 · 1 comment · Fixed by #61

Comments

@toddpratt
Copy link

  • Flask-Mailman version: 0.3.0
  • Python version: 3.8
  • Operating System: Windows 11

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()

@greyli
Copy link
Collaborator

greyli commented Nov 19, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants