ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
This Perl module provides routines for checking validity of email address.
|
|
|
|
It makes several checks:
|
|
|
|
1. It checks the syntax of an email address.
|
|
2. It checks if there any MX records or A records for the domain part of
|
|
the email address.
|
|
3. It tries to connect to an email server directly via SMTP to check if
|
|
mailbox is valid. It uses a combination of MAIL and RCPT commands which
|
|
simulates sending an email. It can detect bad mailboxes in many cases.
|
|
|
|
WWW: https://metacpan.org/release/Mail-CheckUser
|