All Projects → lavoiesl → smtp-email-validator

lavoiesl / smtp-email-validator

Licence: other
PHP email validator using SMTP

Programming Languages

PHP
23972 projects - #3 most used programming language

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].