From 16d39db0438313d996bb2383a4557609c6bc795d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 14 May 2021 13:25:28 -0700 Subject: [PATCH] help: Better highlight email gateway configuration is required. --- templates/zerver/help/message-a-stream-by-email.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/zerver/help/message-a-stream-by-email.md b/templates/zerver/help/message-a-stream-by-email.md index 7c2dfd9d29..1b117692e2 100644 --- a/templates/zerver/help/message-a-stream-by-email.md +++ b/templates/zerver/help/message-a-stream-by-email.md @@ -1,6 +1,12 @@ # 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 @@ -25,11 +31,6 @@ API](/api/send-message). 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} 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 Zulip to prefer the plain text version of the email if both are present (the current default behavior). +