Skip to content

crazy4chrissi/SMTP-Based-Email-Validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to check if an email address exists without sending an email?
The PHP code demonstrates how the email server can be checked to see if an email address exists. This uses SMTP commands, if you are not familiar with them, please visit this page to see what commands are being used http://www.webdigi.co.uk/blog/2009/how-to-check-if-an-email-address-exists-without-sending-an-email/

Requirements (for this example):
Any OS
PHP

Source:
This is opensource and you are free to use it however you want. It comes with absolutely no warranty.

Project Page: http://www.webdigi.co.uk/blog/2009/how-to-check-if-an-email-address-exists-without-sending-an-email/

Brought to you by Webdigi, a Web Development Company http://www.webdigi.co.uk/



About

How do you know if an email address really exists once you know that it looks valid? Here is the PHP code to find out how!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%