2022-02-16 18:52:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-01-25 21:25:15 +01:00
|
|
|
Hi
|
2020-02-10 17:17:05 +01:00
|
|
|
|
2023-05-09 18:04:04 +02:00
|
|
|
You have added {{mailbox_email}} as an additional mailbox.
|
2020-02-10 17:17:05 +01:00
|
|
|
|
2024-07-30 13:36:48 +02:00
|
|
|
{% if link %}
|
2020-02-10 17:17:05 +01:00
|
|
|
To confirm, please click on this link:
|
|
|
|
|
|
|
|
{{link}}
|
2024-07-30 13:36:48 +02:00
|
|
|
{% else %}
|
|
|
|
Please enter {{ code }} as your verification code for this mailbox
|
|
|
|
{% endif %}
|
2023-01-12 12:34:14 +01:00
|
|
|
|
2023-05-09 18:04:04 +02:00
|
|
|
This link will only be valid during the next 15 minutes.
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|