I want to verify a email address #check mail
Edit
by Beetho - 2 months ago (2025-04-29)
I want to verify a email address if its real or fake
| I want to verify a email address if its real or fake |
Ask clarification
1 Recommendation
This package can validate email addresses using multiple rules.
It implements several types of checks for a given email address and it returns a result telling if it passed all the checks. Currently it implements the following checks:
- Validate the email address format
- Validate existence of valid DNS MX records for the email domain
- Check if the email domain is of disposable email addresses
- Check if the email domain is of a free email address provider
- Check if the email domain is in a list of banned domains
| by John Conde package author 115 - 5 days ago (2025-07-07) Comment
The PHP Email Validation Library Pro: Validate email addresses using multiple rules package offers multiple ways to validate if an email is real or fake. |