2022-02-16 18:52:35 +01:00
|
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
2021-09-13 19:49:40 +02:00
|
|
|
|
Hi,
|
|
|
|
|
|
|
|
|
|
This is SimpleLogin team.
|
|
|
|
|
|
2022-04-14 18:46:11 +02:00
|
|
|
|
{{ provider }} has informed us about an email sent to {{ user.email }} that might have been marked as spam.
|
2021-09-13 19:49:40 +02:00
|
|
|
|
|
2021-09-14 09:03:25 +02:00
|
|
|
|
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.
|
2021-09-13 19:49:40 +02:00
|
|
|
|
|
|
|
|
|
If that’s the case, please disable the alias instead if you don't want to receive the emails sent to this alias.
|
|
|
|
|
|
|
|
|
|
If SimpleLogin isn’t useful for you, please know that you can simply delete your account on the Settings page.
|
|
|
|
|
|
2022-04-08 11:10:43 +02:00
|
|
|
|
Don't hesitate to get in touch with us if you need more information.
|
2022-02-16 18:52:35 +01:00
|
|
|
|
{% endblock %}
|