anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Email not being sent #131

Closed ReaperZ0v closed 3 years ago

ReaperZ0v commented 3 years ago

Followed documented instructions yet the token prints on the console but no email is sent. (yes the email settings have been adjusted in settings.py)

Yanis-Bouchelaghem commented 3 years ago

If the mail is printing to the console, doesn't that mean that your "EMAIL_BACKEND" setting in settings.py is set to "django.core.mail.backends.console.EmailBackend" ? if that's the case you need to change it to the proper backend for your email provider.