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
Describe the bug
With the UTF8SMTP Extension, it is possible to allow any utf-8 character in the local part. Also domain names can have umlauts, but needs different parsing. RFC: https://www.rfc-editor.org/rfc/rfc5336#section-3.2
Describe the bug
With the UTF8SMTP Extension, it is possible to allow any utf-8 character in the local part. Also domain names can have umlauts, but needs different parsing. RFC: https://www.rfc-editor.org/rfc/rfc5336#section-3.2
To Reproduce
Use any email, like
tä[email protected]
Steps to reproduce the behavior:
Expected behavior
Add a flag/option to allow UTF8SMTP email addresses.
When this filter is set, pass
FILTER_FLAG_EMAIL_UNICODE
to thefilter_var
function.Details
The text was updated successfully, but these errors were encountered: