2019-02-16 08:33:52 -05:00
2019-02-16 08:33:52 -05:00
2019-02-15 16:42:04 -05:00
2019-02-15 16:40:28 -05:00
2019-02-16 08:33:52 -05:00
2019-02-16 08:33:52 -05:00
2019-02-15 16:46:47 -05:00
2019-02-16 08:33:52 -05:00

Webmail-Domains

This is a Python package containing a single module webmail_domains.py, itself containing a list of webmail domains.

Feel free to make pull requests, and I'll add them in.

Installation

pip install webmail-domains

Usage

import webmail_domains

if <some_email>.split('@')[1] in webmail_domains.WEBMAIL_DOMAINS:
    # do something (reject signup, don't add the domain to a CRM, etc.)

Updates

The list was last updated on August 17, 2017.

Description
A pretty thorough list of webmail domains!
Readme 88 KiB
Languages
Python 100%