zulip/static/templates/email_address_hint.handlebars

15 lines
426 B
Handlebars

{{! Explanation of the stream email address }}
<div>
<p>You can send emails to Zulip! Just copy and use this address as an email recipient, and:</p>
<img class="subscription-email-hint-image" src="static/images/integrations/zulip_mail.png" />
<ul>
<li>The email will be forwarded to this stream</li>
<li>The email subject will become the Zulip topic</li>
<li>The email body will become the Zulip message</li>
</ul>
</div>