isfreemail Python module checks if an email address is from a free mailbox provider.
pip install isfreemail
If you want to add free mail service providers, edit freeservers.py
and submit pull requests on
https://github.com/fleio/isfreemail.
Keep mail server list ordered alphabetically.
$ cd project_dir
$ ls
isfreemail LICENSE README.md setup.py
$ python -m unittest discover
...........
----------------------------------------------------------------------
Ran 11 tests in 0.000s
OK
isfreemail is licensed under BSD License. See the "LICENSE" file for more information.