Here’s a detailed README file for your Mail Validator project:
A simple yet powerful web application designed to validate email addresses. This project uses HTML, CSS, and JavaScript to provide users with an easy way to check the validity of email addresses.
- Email Validation: Checks the validity of email addresses.
- Detailed Results: Provides information such as:
- Email:
Your Email
- User:
E-mail User
- Domain:
Domain
- SMTP Check:
Status
- MX Record Found:
Status
- Role-based Email:
Status
- Disposable Email:
Status
- Score:
score
- State:
Status
- Reason:
Status
- Free Email Provider:
Status
- Format Validity:
Status
- Catch-All Domain:
Domain Status
- Email:
- HTML: For structuring the web app.
- CSS: For styling the user interface.
- JavaScript: For the validation logic.
Click here to check out the live app!
- Enter an email address in the input field.
- Click the validate button.
- View the results for the provided email address, including its validity and detailed properties.
- Clone the repository:
git clone https://github.com/arajput108/Mail-Validator.git
- Open
index.html
in your browser to test locally.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the license terms.
Feel free to tweak this as needed for your GitHub repository!