NAME
Email::Verify::SMTP - Verify an email address by using SMTP.
SYNOPSIS
use Email::Verify::SMTP;
if( verify_email('foo@example.com') ) {
# Email is valid
}
DESCRIPTION
Email::Verify::Simple
is what I came with when I needed to verify several email addresses without actually sending them email.
To put that another way:
This module verifies email addresses without actually sending email to them.
DEPENDENCIES
This module depends on the following:
- Net::Nslookup
-
To discover the mail exchange servers for the email address provided.
- IO::Socket::Telnet
-
A nice socket interface to use, even if you're not using Telnet.
AUTHOR
John Drago <jdrago_999@yahoo.com>
LICENSE
This software is Free software and may be used, copied and redistributed under the same terms as perl itself.