2021-09-13 19:49:40 +02:00
|
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
2024-08-28 13:07:34 +02:00
|
|
|
|
This is SimpleLogin team.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
{{ provider }} has informed us about an email sent to <b>{{ user.email }}</b> that might have been marked as spam.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
Please note that explicitly marking a SimpleLogin's forwarded email as Spam affects SimpleLogin email delivery,
|
|
|
|
|
has a negative effect for all users and
|
|
|
|
|
is a violation of our terms and condition.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
If that’s the case, please disable the alias instead if you don't want to receive the emails sent to this alias.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
If SimpleLogin isn’t useful for you, please know that you can simply delete your account on the Settings page.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
Don't hesitate to get in touch with us if you need more information.
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call text() %}
|
|
|
|
|
Best,
|
|
|
|
|
<br />
|
|
|
|
|
SimpleLogin Team.
|
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
|
2021-09-13 19:49:40 +02:00
|
|
|
|
{% endblock %}
|