Check validity of Internet email addresses
Version: 0.179Email::Valid is a Perl module that allows you to check validity of Internet email addresses.
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by:
SYNOPSIS
use Email::Valid;
print (Email::Valid->address('maurice@hevanet.com') ? 'yes' : 'no');
This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain.
Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see perlfaq 9).