2022-02-16 18:52:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-11-02 15:44:43 +01:00
|
|
|
Hi
|
|
|
|
|
|
|
|
{{ contact.website_email }} can no longer send emails to {{ alias.email }}
|
|
|
|
|
2022-06-30 11:40:01 +02:00
|
|
|
{{ contact.website_email }} is blocked thanks to the "One-click unsubscribe" provided by your mailbox service.
|
2021-11-02 15:44:43 +01:00
|
|
|
|
|
|
|
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.
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|