webdigi / SMTP-Based-Email-Validation

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!
http://www.webdigi.co.uk/blog/2009/how-to-check-if-an-email-address-exists-without-sending-an-email/
62 stars 43 forks source link

execution #6

Open andybug001 opened 7 years ago

andybug001 commented 7 years ago

how can i execute these files..?

ezaca commented 6 years ago

These are PHP files and generally they are not intended for final users, but for web developers. You will have to use PHP (php.net) on command line or a test server stack that contains PHP (WAMP, XAMPP, LAMP, EasyPHP, etc).