Options accepted by the email address validation rule. Provides configuration for email validation behavior including domain restrictions, allowlist/blocklist, and other email-specific validation options.
const options: EmailOptions = { allow_display_name: false, require_tld: true, host_blacklist: ['tempmail.com']} Copy
const options: EmailOptions = { allow_display_name: false, require_tld: true, host_blacklist: ['tempmail.com']}
Options accepted by the email address validation rule. Provides configuration for email validation behavior including domain restrictions, allowlist/blocklist, and other email-specific validation options.