ultimate-email-validator-regex-mx-lookup-smtp
Service icon

Ultimate Email Validator – Regex, MX Lookup & SMTP

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 4 Mar
 by 
5.0
 (3 ratings)
ultimate-email-validator-regex-mx-lookup-smtp

Ultimate Email Validator – Regex, MX Lookup & SMTP

Documentation
1.0.0

How to Use Advanced Email Validator


1️⃣ Import the Component:

  • Go to Service Studio and install the asset from the Forge.


2️⃣ Validate an Email:

  • Use the ValidateEmail() function to check an email address.
  • The function performs Regex, MX Lookup, and SMTP (optional) checks.


3️⃣ Example Usage in OutSystems:

  • Call the validation function in your user registration flow.
  • Store only verified emails in your database.
  • Use this validation before sending bulk emails to avoid bounce rates.

This component is lightweight, easy to integrate, and helps maintain clean email lists. 🚀