This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Docker image no longer starts if you set SYNAPSE_SMTP_HOST #5430
Closed
Description
As far as I can tell, the SYNAPSE_SMTP_*
settings were never used, because email_notifs
was set to false
in the homeserver.yaml
used by the docker image. Nevertheless the documentation kinda encourages you to set the SYNAPSE_SMTP_*
settings. Those that did so will now find that their servers refuse to start, with:
RuntimeError: email.password_reset_behaviour is set to 'local' but no public_baseurl is set. This is necessary to generate password reset links