Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Email Validator Customizer

418 sites Security covered Drupal 10–11
View on drupal.org

This module enhances email validation in Drupal by providing more granular control and stricter options than core. It allows administrators to replace or combine various validation methods from the `egulias/EmailValidator` library, including DNS checks and spoofing detection, to better suit their needs beyond basic RFC compliance.

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.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Feb 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.7 Stable 10–11 Feb 2, 2026