mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
465 B
Plaintext
10 lines
465 B
Plaintext
Mail::Verify provides a function CheckAddress function for verifying
|
|
email addresses. First the syntax of the email address is checked,
|
|
then it verifies that there is at least one valid MX server accepting
|
|
email for the domain. Using the Net::DNS module and the IO::Socket
|
|
module a list of MX records (or, falling back on a hosts A record)
|
|
are checked to make sure at least one SMTP server is accepting
|
|
connections.
|
|
|
|
WWW: https://metacpan.org/release/Mail-Verify
|