Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickhernandezio/ca9933b3a573ae7bda1f3003d362bf9e to your computer and use it in GitHub Desktop.
Save rickhernandezio/ca9933b3a573ae7bda1f3003d362bf9e to your computer and use it in GitHub Desktop.
Validate an email address for validity
const email = 'example@example.com';
mailPro.validateEmail(email).then(valid => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment