20 Dec
2018
20 Dec
'18
10:28 p.m.
Abhilash Raj wrote:
Yes, you do need to restart mailman-web container.
$ docker-compose restart mailman-web
When I added the following to /opt/mailman/web/settings_local.py
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'localhost' EMAIL_PORT = 25
I got network not found error message in the log file when I tried to reset my password. Should EMAIL_HOST be something else besides localhost?