Email Verification

Email Verification Custom Commands
Description
This command validates the reachability of an email address by performing few checks:
✅ Check email address validity (regex)
✅ Check email address domain validity in domain TLD list
✅ Check email address MX DNS records
✅ Check email address SMTP connection

It will return a 3 parts result separated with a pipe, like follows:
Email-format-Valid|MX-Valid|SMTP-Valid

The first part of the string is about the type of test, for instance Email-format, then we use a hyphen and display Valid or Invalid for each specific type of test result.
Console log preview of results :
How to configure and use this Custom Command :
1) Email To Verify:
Here you can manually enter the email address you want to verify of you can call a command/variable using our double curly bracket syntax, for example to call the current value of List use this: {{List}}

2) Action:
In this dropdown you can select which types of verification you wish to do, you have the choice between: Verify Format, Verify MX, Verify SMTP or Verify All

3) Show Console Logs:
If you select this option, this command will print the results in your browser console log. For Windows/Linux use Ctrl + Shift + J to open the console log. For Mac use
Command + Option + J
Watch Video Demo & Tutorial :
Note:
If you find our template useful and like it, please give us a favor by sharing this template to your community for wide circulation. Thanks