-
Notifications
You must be signed in to change notification settings - Fork 40
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
Question about SMTPUTF8 #132
Comments
thanks for the question. I'll have to get my head around that as an SMTP extension first. I've noticed that some SMTP servers support utf-8 characters in From, To addresses by default and others require the support to be turned on by a command. I tend towards the first. Do you have an opinion on that? |
I also tend to the first option. I think that if the client receives |
I just modified a unit test to use a To with |
I've knocked up always-on support for SMTPUTF8. I wonder if should be configurable. Can you review the PR? |
Release 7.1.1 with SMTPUTF8 support, on Maven Central now. Let me know how it goes! |
Hi,
I'm trying to receive emails that contains UTF8 characters in their
From
orTo
addresses likeeñ[email protected]
.I saw that subetha doesn't advertise to support
SMTPUF8
so I am assuming that it doesn't support it at least by default.Is there a way to enable its support? Does it depends on how we parse the data input stream or does it depend on the sever itself?
The text was updated successfully, but these errors were encountered: