Advanced Email Validator is a smart email verification tool designed for OutSystems. It prevents invalid or fake email entries by performing three levels of validation:
1. Format Check: Uses regular expressions (regex) to ensure the email structure is correct.2. Domain & MX Record Verification: Queries the domain's DNS records to check if it has an active mail server.3. SMTP Handshake: Connects to the mail server and sends a RCPT TO request to determine if the email exists.
Why Use This Component?
This component is ideal for login & registration forms, marketing campaigns, and user authentication systems. You can enable/disable SMTP verification based on your needs to balance accuracy and speed.