pyIsEmail
pyIsEmail copied to clipboard
Simple, robust email validation
Any plans releasing new version that includes https://github.com/michaelherold/pyIsEmail/pull/19 to be available in PiPY to avoid deprecation warning? Appreciate your work on this great library!
[RFC 7505](https://tools.ietf.org/html/rfc7505) specifies "null MX" for when a domain explicitly does not support email. This is testable with the `example.*` domains: ``` example.org mail is handled by 0 . ```...
It would be nice if there was a validator which confirms that the smtp server confirms the email address is valid. https://github.com/syrusakbary/validate_email/issues/61