Skip to content

jairus0893/smtp-email-validator

 
 

Repository files navigation

smtp-email-validator

PHP email validator using SMTP

Requirements

Windows

  1. Net_DNS

Basic usage

<?php
  $validator = new Lavoiesl\Validation\Email\SMTP\Validator('[email protected]');
  if (!$validator->validate('[email protected]')) {
    echo 'Invalid email';
  }
?>

Authors

Original author

[email protected]

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

GitHub author

Sebastien Lavoie [email protected]

License

http://creativecommons.org/licenses/by/2.0/

About

PHP email validator using SMTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%