app-MAIL-temp/templates/emails/transactional/unsubscribe-block-contact.txt.jinja2
Adrià Casajús 21feced342
Refactor unsubscribe handling (#1090)
* Refactor unsubscribe email handling

* MR comments

* Moved all unsub logic to the encoder

* remove unused

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2022-06-30 11:40:01 +02:00

18 lines
497 B
Django/Jinja

{% extends "base.txt.jinja2" %}
{% block content %}
Hi
{{ contact.website_email }} can no longer send emails to {{ alias.email }}
{{ contact.website_email }} is blocked thanks to the "One-click unsubscribe" provided by your mailbox service.
When you click on this button on a forwarded email, the sender will be automatically blocked.
If this is a mistake, you can unblock {{ contact.website_email }} on
{{ unblock_contact_url }}
Please let us know if you have any question.
{% endblock %}