[Answered ]-Why is django not sending my email and instead giving me an error?

1👍

:). Everything works as expected, doesn’t it? The email console backend is not sending emails anywhere, it just displays them in the console.

PS: If you feel that you are ready to send your emails to outside world, use EMAIL_BACKEND = ‘django.core.mail.backends.smtp.EmailBackend’

Leave a comment