Synopsis
Drupal core uses the RFCValidation from egulias/EmailValidator to validate email addresses. However, the RFC allows for email addresses with no domain, which is often not the desired behaviour.
This module implements all other Validations provided by egulias/EmailValidator as services.
More importantly, on the module config page, you can also replace the Core service (RFCValidation) with any of your choosing and even combine multiple using the MultipleValidationWithAnd validation.
Included Validations:
- DNSCheckValidation (default)
- MessageIDValidation
- MultipleValidationWithAnd
- NoRFCWarningValidation
- RFCValidation, same as core, so only as option for MultipleValidationWithAnd.
- SpoofCheckValidation
More info about the validations: https://github.com/egulias/EmailValidator#available-validations
DNSCheckValidation is the default replacement Validation.
Supporting organizations:
Development and maintenance
Project information
- Project categories: Integrations
503 sites report using this module
- Created by andreasderijcke on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.





