-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We currently have an unused noGmailAliases & noOutlookAliases params. We should consolidate them to a single noAliases param (default to false).
If noAliases === true, validation must fail if the provided email address is different than the normalized one (see getNormalizedAddress)
Test:
const jelban = new Jelban({noGmailAliases: true});
expect(jelban.isValid('[email protected]')).toBeFalsy();Metadata
Metadata
Assignees
Labels
No labels