{% extends "zerver/config_error/container.html" %} {% block error_content %}
It appears there are problems with the email configuration.
{% if not development_environment %}
See /var/log/zulip/errors.log
for more
details on the error.
You may also want to test your email configuration, as described in the Production installation docs.
{% else %}Please have a look at our setup guide for forwarding emails sent in development environment to an email account.
{% endif %} {% endblock %}