mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Link to the new doc home of the email gateway.
This commit is contained in:
committed by
Tim Abbott
parent
b9797770d3
commit
97745688ca
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user