Skip to content

sinnwerkstatt/django-indisposable-email-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-indisposable-email-field

A Django form-Field that will check if the given email-address is a Disposable Email Address and block it accordingly.

Quick start

  1. Add "indisposable_email_field" to your INSTALLED_APPS setting like this:

     INSTALLED_APPS = [
         ...
         'indisposable_email_field',
     ]
    
  2. Run python manage.py migrate to create the models and populate with blacklisted domains

  3. Use IndisposableEmailField from indisposable_email_field.fields like any regular EmailField

  4. Optional: Add more blacklisted domains in the django /admin

About

A form-Field that will check if the given email-address is an Disposable Email Address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages