Skip to the content

Email​Validation

Check if an e-mail address is valid

Overview

Check an email address is valid without sending an email.

To get a simple valid/invalid indication for an email address, use the IsValid method.

We can also return suggested corrections for misspelled email addresses and indicate the type of email address using the Cleanse method.

The following methods are available in the EmailValidation service.

IsValid

Checks if an email address is valid.

Cleanse

Checks if an email address is valid, and suggests possible corrections.