improve email wording

This commit is contained in:
Son 2021-11-17 14:36:47 +01:00
parent 2b8de82028
commit 8280acb266
3 changed files with 12 additions and 3 deletions

View file

@ -2,7 +2,10 @@
{% block content %}
{% call text() %}
This is SimpleLogin team. <br>
This is SimpleLogin team.
{% endcall %}
{% call text() %}
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.
{% endcall %}

View file

@ -2,7 +2,10 @@
{% block content %}
{% call text() %}
This is SimpleLogin team. <br>
This is SimpleLogin team.
{% endcall %}
{% call text() %}
Hotmail has informed us about an email sent to <b>{{ user.email }}</b> that might have been considered as spam,
either by you or by Hotmail spam filter.
{% endcall %}

View file

@ -2,7 +2,10 @@
{% block content %}
{% call text() %}
This is SimpleLogin team. <br>
This is SimpleLogin team.
{% endcall %}
{% call text() %}
Yahoo has informed us about an email sent to <b>{{ alias.email }}</b> that might have been marked as spam.
{% endcall %}