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

12 lines
206 B
Plaintext
Raw Normal View History

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-23 08:08:55 +01:00
You recently requested to change mailbox {{mailbox_email}} to {{mailbox_new_email}}
To confirm, please click on this link:
{{link}}
2022-02-16 18:52:35 +01:00
{% endblock %}