30 Mar
2020
30 Mar
'20
2 a.m.
On 3/29/20 6:46 PM, Abhilash Raj wrote:
Do you have something like this1 in your settings.py file?
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
This is a dummy email backend which will basically only print the email to stdout, which seems to happen in your uwsgi-error.log. If you do, please comment it out and see if that solves your issue.
I know Ralph previously posted
$ grep ^EMAIL settings.py EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25
but is this perhaps overridden in a settings_local.py file?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan