2001-08-05 05:40:37 +02:00
|
|
|
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.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Mail-Verify/
|
2001-08-05 05:40:37 +02:00
|
|
|
|
|
|
|
- Pete
|
|
|
|
petef@databits.net
|