Email::IsFree - Detect whether e-mail is from free provider


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

Index


NAME

Top

Email::IsFree - Detect whether e-mail is from free provider

SYNOPSIS

Top

  use Email::IsFree;

  # returns 1
  print Email::IsFree::by_domain("hotmail.com");
  print Email::IsFree::by_email("foo@hotmail.com");

  # returns 0
  print Email::IsFree::by_domain("aol.com");
  print Email::IsFree::by_email("bar@aol.com");

ABSTRACT

Top

This module detects whether an e-mail address belongs to a free e-mail provider such as hotmail.com or yahoo.com. It currently contains over 6000 domains. Additions and corrections are welcome.

DESCRIPTION

Top

This module can be used to screen credit card orders based on e-mail. Many credit card scamsters use free, anonymous email accounts with another person's name to place fraudulent orders.

AUTHOR

Top

TJ Mather, <tjmather@maxmind.com>

CREDITS

Top

The following people have contributed free e-mail domains:

  Robert Young
  David J

Thanks!

COPYRIGHT AND LICENSE

Top


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