The Email Validator is a lightweight and efficient tool built to validate email addresses using multiple verification techniques including syntax validation, domain existence, and DNS lookups. It helps ensure that the given email addresses are correctly structured and potentially active.
- π§ Syntax Validation: Ensures the email follows standard formatting rules (e.g., user@example.com).
- π Domain Verification: Checks if the domain exists and is reachable.
- π DNS Lookup: Retrieves MX records to confirm email deliverability.
- β‘ Fast & Lightweight: Optimized for speed and minimal resource usage.
To set up the project locally, follow the steps below:
git clone https://github.com/deepakshroff/Project-Email
cd Project-Email