13 Oct
2017
13 Oct
'17
9:36 a.m.
On 10/12/2017 12:27 PM, Bjoern Franke wrote:
Hi,
I'm using the "mailman-suite" setup for Postorious and Hyperkitty.
I've set
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' You can just remove the settings to fallback to the defaults (that's what I do) in settings.py, but no mails are sent. Files with the e-mails are in the emails folder, but nothing happens, also no errors regarding emails are logged. What did you have before that? It looks like django isn't using your "new" settings Did you restart django/uwsgi/gunicorn or whatever you are using?