mirror of https://github.com/zulip/zulip.git
help: Better highlight email gateway configuration is required.
This commit is contained in:
parent
0fe785183f
commit
16d39db043
|
@ -1,6 +1,12 @@
|
||||||
# Message a stream by email
|
# Message a stream by email
|
||||||
|
|
||||||
You can send emails to Zulip streams. This can be useful
|
!!! tip ""
|
||||||
|
This feature is not available on self-hosted Zulip servers where
|
||||||
|
the [incoming email gateway][email-gateway] has not been
|
||||||
|
configured by a system administrator.
|
||||||
|
[email-gateway]: https://zulip.readthedocs.io/en/latest/production/email-gateway.html
|
||||||
|
|
||||||
|
You can send emails to Zulip streams. This can be useful:
|
||||||
|
|
||||||
* If you have an email that you want to discuss on Zulip
|
* If you have an email that you want to discuss on Zulip
|
||||||
|
|
||||||
|
@ -25,11 +31,6 @@ API](/api/send-message).
|
||||||
|
|
||||||
1. Send an email to that address.
|
1. Send an email to that address.
|
||||||
|
|
||||||
!!! warn ""
|
|
||||||
If you don't see the **Email address** section, most likely your server
|
|
||||||
administrator has not configured an
|
|
||||||
[email gateway](https://zulip.readthedocs.io/en/latest/production/email-gateway.html).
|
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
The email subject will become the Zulip topic, and the email body will
|
The email subject will become the Zulip topic, and the email body will
|
||||||
|
@ -72,3 +73,4 @@ below by sending email to
|
||||||
* **.prefer-text**: Similar to `.prefer-html`, but explicitly asks
|
* **.prefer-text**: Similar to `.prefer-html`, but explicitly asks
|
||||||
Zulip to prefer the plain text version of the email if both are
|
Zulip to prefer the plain text version of the email if both are
|
||||||
present (the current default behavior).
|
present (the current default behavior).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue