python-email-validator icon indicating copy to clipboard operation
python-email-validator copied to clipboard

A robust email syntax and deliverability validation library for Python.

Results 15 python-email-validator issues
Sort by recently updated
recently updated
newest added

in `validate_email`, the result of the following deliverability check is always : `{'unknown-deliverability': 'timeout'}` for this call: ``` from .deliverability import validate_email_deliverability deliverability_info = validate_email_deliverability( ret.ascii_domain, ret.domain, timeout, dns_resolver )...

Hi, I've just added your project in our Awesome List of Opensource Email Resources https://github.com/Mindbaz/awesome-opensource-email/blob/main/README.md#email-verification Bye

I checked '[email protected]' (username and domain do not exist) with 'check_deliverability=True' and no error occurs.

Hi Josh, I’m currently using the `email-validator` package for a model in FastAPI to validate email addresses. However, when deploying the code inside a Docker container, I encounter the following...