mirror of
https://github.com/simple-login/app.git
synced 2025-02-21 22:32:56 +08:00
improve email wording
This commit is contained in:
parent
e4ed192cce
commit
8990895dd2
4 changed files with 18 additions and 10 deletions
|
@ -3,11 +3,13 @@
|
|||
{% 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.
|
||||
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 %}
|
||||
|
||||
{% call text() %}
|
||||
Putting a forwarded email into Spam affects SimpleLogin email delivery, has a negative effect for all users and
|
||||
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.
|
||||
{% endcall %}
|
||||
|
||||
|
@ -16,7 +18,10 @@
|
|||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
If SimpleLogin isn’t useful for you, please know that you can simply delete your account on the Settings page.
|
||||
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/
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
|
|
|
@ -2,14 +2,16 @@ Hi,
|
|||
|
||||
This is SimpleLogin team.
|
||||
|
||||
Hotmail has informed us about an email sent to {{ alias.email }} that might have been marked as spam.
|
||||
Hotmail has informed us about an email sent to {{ alias.email }} that might have been considered as spam,
|
||||
either by you or by Hotmail spam filter.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
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/
|
||||
|
||||
Looking to hear back from you.
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Putting a forwarded email into Spam affects SimpleLogin email delivery, has a negative effect for all users and
|
||||
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.
|
||||
{% endcall %}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ This is SimpleLogin team.
|
|||
|
||||
Yahoo has informed us about an email sent to {{ alias.email }} that might have been marked as spam.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
If that’s the case, please disable the alias instead if you don't want to receive the emails sent to this alias.
|
||||
|
||||
|
|
Loading…
Reference in a new issue