2022-02-16 18:39:18 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-11-17 14:37:35 +01:00
|
|
|
Hi,
|
|
|
|
|
|
|
|
This is SimpleLogin team.
|
|
|
|
|
2022-05-10 23:34:57 +02:00
|
|
|
{{ provider }} has informed us about an email sent to {{ email }} that might have been considered as spam,
|
2022-04-14 18:46:11 +02:00
|
|
|
either by you or by {{ provider }}.
|
2021-11-17 14:37:35 +01: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.
|
|
|
|
|
2022-04-14 18:46:11 +02:00
|
|
|
If somehow {{ provider }} considers a forwarded email as Spam, it helps us if you can move the email
|
2021-11-17 14:37:35 +01:00
|
|
|
out of the Spam folder. You can also set up a filter to avoid this
|
|
|
|
from happening in the future using this guide at
|
|
|
|
https://simplelogin.io/docs/getting-started/troubleshooting/
|
|
|
|
|
|
|
|
Please don't put our emails into the Spam folder. This can end up in your account being disabled on SimpleLogin.
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|