Kirby submitted a new resource:
Validate Email Domain - Checks if the domain-part of an email can be found via DNS - if not the email is rejected as invalid
Read more about this resource...
Validate Email Domain - Checks if the domain-part of an email can be found via DNS - if not the email is rejected as invalid
This really simple Add-on checks if the domain-part of an email is "valid", eg. if the domain can be found via DNS - if not the email address is rejected as invalid.
Validation is done via the bundled version of https://github.com/egulias/EmailValidator
Read more about this resource...