app-MAIL-temp/templates/emails/transactional/invalid-mailbox-pgp-key.txt.jinja2
Son Nguyen Kim cea139b7d5
Improve handling when pgp key is invalid (#1264)
* remove unused email statuses

* add more logging

* use text_header if html_header not set

* improve email

* add a header about PGP failure when forward emails can't be encrypted

* remove unused email status
2022-09-02 11:47:04 +02:00

12 lines
323 B
Django/Jinja

{% extends "base.txt.jinja2" %}
{% block content %}
We have detected that your mailbox {{ mailbox.email }}'s PGP key is invalid.
A potential cause is the PGP key is already expired.
Please update your PGP key on {{URL}}/dashboard/mailbox/{{ mailbox.id }}/ so forwarded emails can be properly encrypted.
{% endblock %}