This project is a responsive email validation tool that allows users to check the validity of any email address. It fetches email validation details such as format, domain, SMTP status, and whether the email is disposable or registered. The tool is designed with a modern UI and provides a smooth user experience.
HTML5: Structuring the webpage.
CSS3: Styling and responsiveness.
JavaScript (ES6): Handling form submission and API requests.
API: Integration with emailvalidation.io for validating email addresses.
Real-time email validation: Get instant feedback on the email you input.
Responsive Design: Fully responsive layout for mobile, tablet, and desktop devices.
Use Web3form: for contact form submission.
SMTP Check: Verify if the email server is reachable.
Disposable Email Detection: Identify disposable email addresses.
Error Handling: Graceful handling of API errors with user-friendly messages.
Clone the repository:
git clone git clone https://github.com/muhammadtanveerabbas/email-validator.git
Navigate to the project folder:
cd email-validator