app-MAIL-temp/templates/emails/transactional/hotmail-complaint.html

42 lines
1.2 KiB
HTML
Raw Normal View History

2021-09-06 19:44:18 +02:00
{% extends "base.html" %}
{% block content %}
{% call text() %}
2021-11-17 14:36:47 +01:00
This is SimpleLogin team.
{% endcall %}
{% call text() %}
2021-09-14 09:03:25 +02:00
Hotmail has informed us about an email sent to <b>{{ alias.email }}</b> that might have been considered as spam,
either by you or by Hotmail spam filter.
2021-09-06 19:44:18 +02:00
{% endcall %}
{% call text() %}
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
2021-09-06 19:44:18 +02:00
is a violation of our terms and condition.
{% endcall %}
{% call text() %}
If thats the case, please disable the alias instead if you don't want to receive the emails sent to this alias.
{% endcall %}
{% call text() %}
2021-09-14 09:03:25 +02:00
If somehow Hotmail considers a forwarded email as Spam, it will help us if you can move the email 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/help/
2021-09-06 19:44:18 +02:00
{% endcall %}
{% call text() %}
2022-04-08 11:10:43 +02:00
Don't hesitate to get in touch with us if you need more information.
2021-09-06 19:44:18 +02:00
{% endcall %}
{% call text() %}
Best, <br/>
SimpleLogin Team.
{% endcall %}
{% endblock %}