Base Email Validation
by Kitworks Systems| Odoo Apps Dependencies | web |
| Technical Name | kw_email_validation |
| License | LGPL-3 |
| Website | https://kitworks.systems/ |
| Versions | 16.0 17.0 18.0 19.0 |
What this module does
Provides the core framework for the Email Validation Suite. Adds validator models, a rule engine and email validation status tracking. Required by every other module in the suite.
Validator models
Pluggable models for Regexp, DNS, SMTP and external API validators. Each entry is a regular Odoo record.
Rule engine
Configure validator order with per-domain overrides. Cheap local checks first, paid APIs last.
Status tracking
Every checked address gets a state (valid, invalid, pending) and a full validation history per record.
Extensible
Inherit kw.email.validator and override validate to add a custom validator.
Email Validators registry — all configured validators in one list.
Part of the Email Validation Suite
This module is one of 11 modules that add email address validation to every relevant Odoo model. Install the bundle to get the full set.
Questions or feedback?
Kitworks Systems supports the Email Validation Suite. Reach out for installation help, bug reports or custom validator integrations.
info@kitworks.systems