starlight_help/src/content/docs/message-a-channel-by-email.mdx
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipNote from "../../components/ZulipNote.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SelectChannelViewGeneral from "../include/_SelectChannelViewGeneral.mdx";
<ZulipTip> 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. </ZulipTip>You can send emails to Zulip channels. This can be useful:
If you're planning on doing this in an automated way, and have some programming experience, another option is to use our send message API.
The email subject will become the Zulip topic, and the email body will become the Zulip message.
Note that it may take up to one minute for the message to show up in Zulip.
You can configure who should be the sender of the Zulip messages for the generated email address, with the following options:
The following options control which parts of the email are included in the Zulip message.
From: <Sender email address> to
the top of the Zulip message.text/plain) and
HTML (text/html). Zulip supports constructing the Zulip message
content using either (converting HTML to Markdown for the HTML
format). By default, Zulip will prefer using the plain text version
of an email over the converted HTML version if both are present.
Enabling this option overrides that behavior to prefer the HTML version
instead.