DisposableEmailChecker
DisposableEmailChecker copied to clipboard
Python class for use with Django to detect Disposable Emails
Heroku is throwing a **ModuleNotFoundError** when trying to import **get_callable** ``` File "/app/.heroku/python/lib/python3.7/site-packages/disposable_email_checker/validators.py", line 10, in from django.core.urlresolvers import get_callable ModuleNotFoundError: No module named 'django.core.urlresolvers' ``` Checking the file, the...
removed spamgourmet.com domains because it's NOT a disposable email adress provider.
Hello, I designed a logo for DisposableEmailChecker. If you like this logo, I will send you a pr. Also, If you have a logo idea, you can tell me. 
@aaronbassett I noticed today that spambox.me doesn't trip the disposable email validator: ``` from disposable_email_checker.validators import validate_disposable_email validate_disposable_email('[email protected]') # no ValidationError :( ``` spambox.me appears to be a new disposable...
Why qq.com is in the list? qq.com is a common email address in China. Why is it filtered out? Like Google, QQ is in China and many people use it....
All these lines produce a `ValidationError: ['Blocked email provider.']` : ``` In [1]: from django.core.exceptions import ValidationError In [2]: from disposable_email_checker.validators import validate_disposable_email In [3]: In [6]: validate_disposable_email('[email protected]') In [7]:...
Bumps [wheel](https://github.com/pypa/wheel) from 0.26.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...