Skip to content

Instantly share code, notes, and snippets.

@augfrank
augfrank / Email-verifier.js
Created December 9, 2016 07:28
Google Sheet script to verify email addresses automatically
/**
* A custom function that verifies an email ID
*
* @param {String} email ID
* @return {Boolean} If the email ID is active
* @customfunction
*/
function verifyEmail(email) {
// Replace this with your Hunter.io API key