Email Verification Tool
This tool checks:
- Basic email format validity (regex pattern)
- Domain existence by checking for MX records
- Extracts domain part after @
- Queries DNS for Mail Exchange (MX) records
- Valid if MX records exist for the domain
Note: This frontend demo uses Google's public DNS API. For production use, you would need a backend service to properly handle DNS lookups.