Email Validation

Email Validation Add-on

Verify and clean email lists in the Google Sheets. Try our Email Validation Add-on today!
Suitable for batch checking lists of up to 500,000 entries.
See our Privacy Policy.


Validate

To validate emails in your spreadsheet

Batch Validation

To validate significant emails list in your spreadsheet

It is not recommended to use lists of more than 500,000 entries due to the limitations of Google Apps Script execution time.

Formulas

Settings

The table owner can block access to the settings dialog for other users.

Subscription

Check this add-on subscription status at Extensions - Email Validation - Subscription.

This add-on subscription does not cover NeverBounce API usage fees.


Trial and 1 sheet subscriptions are assigned to 1 spreadsheet only. Unassign it under subscription management to reuse in another spreadsheet.

Important note! 

The subscription is to be issued to 

- the owner of the document for spreadsheets on Google Drive;

- the person who first time used the add-on in the document on Google Team Drive.

Function List

validateEmail(email)

Example

validateEmail(string)

Description

Validate an email by using external API

email

to validate

isEmailString(email)

Example

isEmailString(string)

Description

Checks whether a value is a valid email-like string

email

The value to be verified as an email address