app-MAIL-temp/templates/emails/transactional/verify-mailbox.txt.jinja2
Adrià Casajús 6dfb6bb3e4
Revert "Add code verification for creating mailboxes (#1725)" (#1727)
This reverts commit a5e7da10dd.

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2023-05-09 18:04:04 +02:00

14 lines
239 B
Django/Jinja

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