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.
Abhilash
On Sat, Mar 28, 2020, at 5:38 PM, Ralph Seichter wrote:
- Mark Sapiro:
What is the complete log message from uwsgi-error.log?
I'll attach a typical log file to this message. It shows startup messages followed by a recorded confirmation email. User name and domain are obfuscated, but other than that the log is unchanged.
-Ralph
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
*Attachments:*
- uwsgi-error.log
-- thanks, Abhilash Raj (maxking)