Free Email Validator
Verify email addresses are valid and get domain info. Performs a syntax analysis and checks if the domain belongs to disposable (temporary) email providers and has MX records. Returns the domain and whether it is a business domain.
Enrichment Reference
Settings
Check for MX-records in email domain (Boolean)
-
The MX (Mail eXchange) record specifies the mail server responsible for accepting email messages
Inputs
Email
Outputs
Valid Email (Boolean)
-
Checked if the syntax is valid and the email is not disposable
Error status (Text)
-
The reason when the email address is invalid
Business Email (Boolean)
-
Return True if the domain is not from a generic email provider (gmail, yahoo, etc.)
Domain (Text)
-
Return the domain part of the email. After the @. Example: gmail.com
Processed Email (Boolean)
-
Checkbox flag to track if an item has been processed.