freebsd-ports/mail/p5-Mail-Verify/pkg-descr
Doug Barton 2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00

9 lines
465 B
Text

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: http://search.cpan.org/dist/Mail-Verify/