First time here? Check out the FAQ!

Revision history  [back]

Maybe you have > 1 EMAIL_BACKEND in your settings.py or you are looking into a wrong file? This works for me:

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'