docs: Link to the new doc home of the email gateway.

This commit is contained in:
Alex Vandiver
2020-10-27 14:30:35 -07:00
committed by Tim Abbott
parent b9797770d3
commit 97745688ca
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"""Postfix implementation of the incoming email gateway's helper for
forwarding emails into Zulip.
https://zulip.readthedocs.io/en/latest/production/settings.html#email-gateway
https://zulip.readthedocs.io/en/latest/production/email-gateway.html
The email gateway supports two major modes of operation: An email
server (using Postfix) where the email address configured in

View File

@@ -1,7 +1,7 @@
"""Cron job implementation of Zulip's incoming email gateway's helper
for forwarding emails into Zulip.
https://zulip.readthedocs.io/en/latest/production/settings.html#email-gateway
https://zulip.readthedocs.io/en/latest/production/email-gateway.html
The email gateway supports two major modes of operation: An email
server (using postfix) where the email address configured in

View File

@@ -474,7 +474,7 @@ ENABLE_GRAVATAR = True
# The email gateway integration supports sending messages into Zulip
# by sending an email.
# For details, see the documentation:
# https://zulip.readthedocs.io/en/latest/production/settings.html#email-gateway
# https://zulip.readthedocs.io/en/latest/production/email-gateway.html
EMAIL_GATEWAY_PATTERN = ""
# If you are using polling, edit the IMAP settings below: