-
Notifications
You must be signed in to change notification settings - Fork 204
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
Any one email contains non-ASCII characters return all emails are invalid even valid email present #176
Comments
Passing a comma separated string to |
You are using a non-ASCII literal in a file that does not have encoding declared. Add |
Adding Eventually I fixed this issue by remove email which contains non-ASCII characters. |
I am using mail gun managed account for sending email and using flanker library for validating emails. Some times many valid emails are not returned in email list validation. Please look into this ASAP.
I have used the following code for validate email list
validate_email_list.py looks like following
Run above code
python validate_email_list.py '[email protected]Æm,[email protected],[email protected]'
It's working fine when I remove [email protected]Æm
Is this encoding issue ?
The text was updated successfully, but these errors were encountered: