How do you verify that an email exists?
I have tried this library but it just doesn't work: https://github.com/syrusakbary/validate_email
def validate_email(email, check_mx=False, verify=False, debug=False, smtp_timeout=10):
It exceptions out with ‘DNS not installed’
There just isn't enough specific information on how to get it to work in PyCharm.
Please sign in to leave a comment.