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

14 lines
378 B
HTML
Raw Normal View History

2020-02-10 17:17:05 +01:00
{% extends "base.html" %}
{% block content %}
2021-01-25 21:25:15 +01:00
{{ render_text("Hi") }}
2020-02-12 10:37:47 +01:00
{{ render_text("You have added <b>"+ mailbox_email +"</b> as an additional mailbox.") }}
{{ render_text("To confirm, please click on the button below.") }}
{{ render_button("Confirm mailbox", link) }}
{{ render_text('Thanks,
<br />
SimpleLogin Team.') }}
2020-02-12 10:37:47 +01:00
{{ raw_url(link) }}
2020-02-10 17:17:05 +01:00
{% endblock %}