Skip to content

iPSWeb/email-are-you-there

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

email-are-you-there

PHP class for checking the existence of email

Example:

include('CheckMail.php');
$check = new CheckMail($email);
if($check->execute()){
//Email exists
}else{
//Email does not exist
}

About

PHP class for checking the existence of email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages