pyIsEmail icon indicating copy to clipboard operation
pyIsEmail copied to clipboard

Simple, robust email validation

Results 3 pyIsEmail issues
Sort by recently updated
recently updated
newest added

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 . ```...

enhancement
help wanted

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

enhancement
help wanted