simple-login/templates/emails/transactional/verify-mailbox-change.txt

12 lines
206 B
Plaintext
Raw Normal View History

2022-02-16 17:52:35 +00:00
{% extends "base.txt.jinja2" %}
{% block content %}
2021-01-25 20:25:15 +00:00
Hi
2020-02-23 07:08:55 +00:00
You recently requested to change mailbox {{mailbox_email}} to {{mailbox_new_email}}
To confirm, please click on this link:
{{link}}
2022-02-16 17:52:35 +00:00
{% endblock %}