app-MAIL-temp/templates/emails/transactional/verify-mailbox.txt.jinja2
2024-07-30 13:36:48 +02:00

18 lines
343 B
Django/Jinja

{% extends "base.txt.jinja2" %}
{% block content %}
Hi
You have added {{mailbox_email}} as an additional mailbox.
{% if link %}
To confirm, please click on this link:
{{link}}
{% else %}
Please enter {{ code }} as your verification code for this mailbox
{% endif %}
This link will only be valid during the next 15 minutes.
{% endblock %}