< Back

verify-email

Sat Jan 18, 2020 8:19 pm

NAME verify-email



SYNOPSIS

This function allows you to verify the deliverability of an email address.





SYNTAX

verify-email [-email] <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

This function allows you to verify the deliverability of an email address. Hunter focuses on B2B. Therefore,

webmails are not verified. The hunter api will run every check but won't reach the remote SMTP server.





PARAMETERS

-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-email <String>

{{ Fill email Description }}



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> verify-email -email "john.doe@microsoft.com"



Checks the deliverability of the email address "john.doe@microsoft.com"



RELATED LINKS

Full API Documentation https://hunter.io/api/v2/docs