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.