simple-login/templates/emails/transactional/hotmail-complaint.html

34 lines
906 B
HTML
Raw Normal View History

2021-09-06 17:44:18 +00:00
{% extends "base.html" %}
{% block content %}
{% call text() %}
This is SimpleLogin team. <br>
Hotmail has informed us about an email sent to <b>{{ alias.email }}</b> that might have been marked as spam.
{% endcall %}
{% call text() %}
Putting a forwarded email into 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 thats 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 isnt useful for you, please know that you can simply delete your account on the Settings page.
{% endcall %}
{% call text() %}
Looking to hear back from you.
{% endcall %}
{% call text() %}
Best, <br/>
SimpleLogin Team.
{% endcall %}
{% endblock %}