- The primary purpose is to check that whether the email belongs to a real domain or not?
- Is the email in a correct format ?
- By validating emails, it can be easy-peasy to avoid spam, bots, or users entering invalid/fake emails.
- Privacy-focused (we never store your emails !)
- Detects disposable email addresses
- Validates syntax and domain instantly
HTML, CSS, JavaScript
Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.