Email::Public - Quickly find if an email address is from a public email provider


Email-Public documentation  | view source Contained in the Email-Public distribution.

Index


NAME

Top

Email::Public - Quickly find if an email address is from a public email provider

VERSION

Top

Version 0.11

SYNOPSIS

Top

This module relies on a list of domains known to be public email providers (such as yahoo , gmail, hotmail ... ).

To include a new domain in the list, or to remove one please submit a bug at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Email-Public I'll be notified and I will review it.

Code snippet:

    use Email::Public;

    if ( Email::Public->isPublic($email) ){
      ....
    }

isPublic

Returns true if the given email address belongs to the public list.

Usage: if ( Email::Public->isPublic($email) ){ .... }

AUTHOR

Top

Jerome Eteve <jerome at eteve.net>

BUGS

Top

Please report any bugs or feature requests to bug-email-public at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Email-Public. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Email::Public

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Email-Public

* CPAN Ratings

http://cpanratings.perl.org/d/Email-Public

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Email-Public

* Search CPAN

http://search.cpan.org/dist/Email-Public

ACKNOWLEDGEMENTS

Top

Many thanks to http://www.careerjet.com for the initial list.

COPYRIGHT & LICENSE

Top


Email-Public documentation  | view source Contained in the Email-Public distribution.