Emails ====== Explicit email support has been removed from djoser in 1.0.0. It didn't make sense to handle such responsibility in a package, which should simply provide an implementation of common authentication-related REST endpoints. Email support is now handled with the `django-templated-mail `_ package. Email classes can be overridden using `EMAIL setting `_ If you need to customize the domain name in the email contents (fe. for user activation or password reset), see `EMAIL_FRONTEND_*` settings.