blob: c818844984f77f17fc9a2f832c676fa2fb9f25d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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: http://search.cpan.org/dist/Mail-CheckUser/
- Attila Nagy
bra@fsn.hu
|