Interface: EmailOptions
Extends
Properties
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
allowFullyQualified? | readonly | boolean | Allows passing fully qualified domain (ends with a period) Default false | DomainOptions.allowFullyQualified |
allowUnderscore? | readonly | boolean | Determines whether underscore (_) characters are allowed. Default false | DomainOptions.allowUnderscore |
allowUnicode? | readonly | boolean | Determines whether Unicode characters are allowed. Default true | DomainOptions.allowUnicode |
ignoreLength? | readonly | boolean | Determines whether to ignore the standards maximum email length limit. Default false | - |
maxDomainSegments? | readonly | number | The maximum number of domain segments (e.g. x.y.z has 3 segments) allowed. Default Infinity | DomainOptions.maxDomainSegments |
minDomainSegments? | readonly | number | The minimum number of domain segments (e.g. x.y.z has 3 segments) required. Default 2 | DomainOptions.minDomainSegments |
tlds? | readonly | TldsAllow | TldsDeny | Top-level-domain options Default true | DomainOptions.tlds |