verify email if it fake or real #verify email
Edit
by Medoz Fawzy - 7 years ago (2017-08-16)
i wanna verify email if it fake or real
| verify email if it fake or real on demand |
Ask clarification
3 Recommendations
This package can be used to verify the validity of an email in several ways.
It can take an email address as parameter and perform several types of checks to verify its validity. Currently it can:
- Check if it is used as disposable email address
- Check the email domain DNS MX records of the associated SMTP records
- Check if the domain is valid and active by accessing a possible HTTP server
| by Aman N package author 30 - 5 years ago (2019-09-02) Comment
Well this package has solution for email verification, which provide support to verify disposable, email over smtp and more suitable ways. |
This class can validate email address and compute quality score.
It can send a HTTP request to the mailboxlayer API Web server to validate a given email address.
The mailboxlayer API can check the email domain MX records to connect to the domain SMTP server and depending on the response returns a quality score for the validity of the email address.
| by Dave Smith package author 7620 - 7 years ago (2017-08-23) Comment
This class uses an API provided by API Layer to validate format and check MX records for the domain. It also returns a quality score to grade the validity. |
PHP EMail Check: Validate email addresses using DNS or find typos
This class can validate email addresses using DNS or find typos.
It can perform several types of checks to determine if a given email address is valid and reachable.
Currently it can check if the syntax of the address is correct, determine if a email is one of those typically used as examples, or from disposable domains for temporary address, or may have a common typo, or does not have valid DNS records.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-08-17) Comment
hi.i think you could used a system to simply check the email validity first and then send a validation mail with code that has an expiration time to forced user to give a valid email.For the first validation,you can use the class package above...But for the second step you can look at this another package to know how to simply make a basic sytem of mail validation with ajax:https://www.phpclasses.org/package/10401-PHP-Manage-users-and-groups-of-events-in-a-database.html |