app-MAIL-temp/templates/emails/transactional/verify-mailbox-change.html

14 lines
422 B
HTML
Raw Normal View History

2020-02-23 08:08:55 +01:00
{% extends "base.html" %}
{% block content %}
2021-01-25 21:25:15 +01:00
{{ render_text("Hi") }}
2020-02-23 08:08:55 +01:00
{{ render_text("You recently requested to change mailbox <b>"+ mailbox_email +"</b> to <b>" + mailbox_new_email + "</b>.") }}
{{ render_text("To confirm, please click on the button below.") }}
{{ render_button("Confirm mailbox change", link) }}
{{ render_text('Thanks,
<br />
SimpleLogin Team.') }}
2020-02-23 08:08:55 +01:00
{{ raw_url(link) }}
{% endblock %}