mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
docs: Fix typos in email-gateway.md.
This commit is contained in:
committed by
Tim Abbott
parent
69bd7c6dd3
commit
6f778ffe53
@@ -12,11 +12,11 @@ because it enables:
|
|||||||
documentation](https://zulipchat.com/integrations/doc/email) for
|
documentation](https://zulipchat.com/integrations/doc/email) for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
Once this integration is configured, each stream will have an special
|
Once this integration is configured, each stream will have a special
|
||||||
email address displayed on the stream settings page. Emails sent to
|
email address displayed on the stream settings page. Emails sent to
|
||||||
that address will be delivered into the stream.
|
that address will be delivered into the stream.
|
||||||
|
|
||||||
There are two ways to configure Zulip's email email gateway:
|
There are two ways to configure Zulip's email gateway:
|
||||||
|
|
||||||
1. Local delivery (recommended): A postfix server runs on the Zulip
|
1. Local delivery (recommended): A postfix server runs on the Zulip
|
||||||
server and passes the emails directly to Zulip.
|
server and passes the emails directly to Zulip.
|
||||||
@@ -83,10 +83,10 @@ Congratulations! The integration should be fully operational.
|
|||||||
|
|
||||||
## Polling setup
|
## Polling setup
|
||||||
|
|
||||||
1. Create an email account dedicated to Zulip email gateway
|
1. Create an email account dedicated to Zulip's email gateway
|
||||||
messages. We assume the address is of the form
|
messages. We assume the address is of the form
|
||||||
`username@example.com`. The email provider needs to support the
|
`username@example.com`. The email provider needs to support the
|
||||||
standard model of delivering emails sent
|
standard model of delivering emails sent to
|
||||||
`username+stuff@example.com` to the `username@example.com` inbox.
|
`username+stuff@example.com` to the `username@example.com` inbox.
|
||||||
|
|
||||||
1. Edit `/etc/zulip/settings.py`, and set `EMAIL_GATEWAY_PATTERN` to
|
1. Edit `/etc/zulip/settings.py`, and set `EMAIL_GATEWAY_PATTERN` to
|
||||||
|
|||||||
Reference in New Issue
Block a user