zulip/templates/zerver/emails/notify_change_in_email.html

13 lines
475 B
HTML

{% extends "zerver/emails/email_base_default.html" %}
{% block content %}
<p>Hi,</p>
<p>
We just wanted to let you know that the email associated with your Zulip account was recently changed to <a href="{{ new_email }}" style="color:#08c">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
</p>
<p>
Best,<br />
Team Zulip
</p>
{% endblock %}