feat: Add forwarding domains as verification check
This commit is contained in:
@@ -9,6 +9,7 @@ export interface EmailVerificationResult {
|
||||
email: string;
|
||||
valid: boolean;
|
||||
isDisposable: boolean;
|
||||
isAlias: boolean;
|
||||
isTypo: boolean;
|
||||
isPlusAddressed: boolean;
|
||||
domainExists: boolean;
|
||||
|
||||
Reference in New Issue
Block a user