Xon submitted a new resource:
Email domain validation - Add DNS checks and improve typo detection
Read more about this resource...
Email domain validation - Add DNS checks and improve typo detection
Improves email validation in the following ways:
Provides a "Test email address validity" (/admin.php?tools/test-email-address-validity) Page to give in-depth reporting of why an email is rejected
- More extensive typo detection
- Checks the domain-part of an email is "valid" and can receive email (ie has an MX/A record).
- This validation is done via the bundled version of https://github.com/egulias/EmailValidator
- Supports reporting...
Read more about this resource...