2017-11-29 13:42:39 +01:00
|
|
|
{% if show_message_content %}
|
2013-05-20 18:48:08 +02:00
|
|
|
{% for recipient_block in messages %}
|
2019-06-11 12:39:42 +02:00
|
|
|
{% for sender_block in recipient_block.senders %}
|
|
|
|
{% for message_block in sender_block.content %}
|
|
|
|
{{ message_block.plain }}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
2013-05-03 20:24:55 +02:00
|
|
|
{% endfor %}
|
2020-01-31 12:55:47 +01:00
|
|
|
{% else %}
|
|
|
|
{% if message_content_disabled_by_realm %}
|
|
|
|
This email does not include message content because your organization has disabled message content appearing in email notifications.
|
|
|
|
See {{ realm_uri }}/help/hide-message-content-in-emails for more details.
|
|
|
|
{% elif message_content_disabled_by_user %}
|
|
|
|
This email does not include message content because you have disabled message content appearing in email notifications.
|
|
|
|
See {{ realm_uri }}/help/pm-mention-alert-notifications for more details.
|
|
|
|
{% endif %}
|
2017-11-29 13:42:39 +01:00
|
|
|
{% endif %}
|
2013-05-20 18:48:08 +02:00
|
|
|
|
2019-07-20 02:16:17 +02:00
|
|
|
--
|
2019-07-08 08:02:17 +02:00
|
|
|
{% if mention %}
|
2019-09-17 21:55:24 +02:00
|
|
|
You are receiving this because you were mentioned in {{ realm_name }}.
|
2019-07-08 12:41:49 +02:00
|
|
|
{% elif stream_email_notify %}
|
2019-07-11 13:58:29 +02:00
|
|
|
You are receiving this because you have email notifications enabled for this stream.
|
2019-07-08 08:02:17 +02:00
|
|
|
{% endif %}
|
|
|
|
|
2019-06-18 14:15:23 +02:00
|
|
|
{% if reply_to_zulip %}
|
|
|
|
Reply to this email directly, or view it in Zulip:
|
|
|
|
{{ narrow_url }}
|
2020-01-31 12:55:47 +01:00
|
|
|
{% elif not show_message_content %}
|
|
|
|
View or reply in Zulip:
|
|
|
|
{{ narrow_url }}
|
2019-06-18 14:15:23 +02:00
|
|
|
{% else %}
|
2019-07-20 02:16:17 +02:00
|
|
|
Reply in Zulip:
|
|
|
|
{{ narrow_url }}
|
|
|
|
|
2020-01-31 14:38:57 +01:00
|
|
|
Do not reply to this email. This Zulip server is not configured to accept
|
2019-06-18 14:15:23 +02:00
|
|
|
incoming emails. Help:
|
2019-07-10 00:02:05 +02:00
|
|
|
https://zulip.readthedocs.io/en/latest/production/email-gateway.html
|
2019-06-18 14:15:23 +02:00
|
|
|
{% endif %}
|
2019-07-20 02:16:17 +02:00
|
|
|
|
|
|
|
Manage email preferences:
|
|
|
|
{{ realm_uri }}/#settings/notifications
|