app-MAIL-temp/templates/emails/transactional/invalid-mailbox-pgp-key.txt.jinja2
Son Nguyen Kim ae2cbf98e2
Handle invalid pgp key (#1260)
* check invalid mailbox pgp key

* check if public key is valid before trying with pgpy

* fix query

* remove unused code
2022-09-01 15:10:11 +02:00

12 lines
273 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 key is already expired.
Please update the key so forwarded emails can be properly encrypted.
{% endblock %}