{% extends "zerver/portico.html" %} {% block portico_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 %} {% endif %} {% if dev_not_supported_error %} {{ render_markdown_path('zerver/dev-not-supported-error.md', {"settings_path": settings_path}) }} {% endif %} {% if google_error %} {{ render_markdown_path('zerver/google-error.md', {"root_domain_uri": root_domain_uri, "settings_path": settings_path, "secrets_path": secrets_path}) }} {% endif %} {% if github_error %} {{ render_markdown_path('zerver/github-error.md', {"root_domain_uri": root_domain_uri, "settings_path": settings_path, "secrets_path": secrets_path}) }} {% endif %} {% if google_error or github_error %} {% if development_environment %}For more information, have a look at the authentication setup guide for the development environment.
{% else %}
For more information, have a look at
our authentication
setup guide and the comments in {{ settings_comments_path }}
.
After making your changes, remember to restart the Zulip server.