From 8280acb26610702d9e0e17aee8b759fd9215924c Mon Sep 17 00:00:00 2001 From: Son Date: Wed, 17 Nov 2021 14:36:47 +0100 Subject: [PATCH] improve email wording --- templates/emails/transactional/hotmail-complaint.html | 5 ++++- .../transactional/hotmail-transactional-complaint.html | 5 ++++- templates/emails/transactional/yahoo-complaint.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/emails/transactional/hotmail-complaint.html b/templates/emails/transactional/hotmail-complaint.html index bec8c7ad..904ee183 100644 --- a/templates/emails/transactional/hotmail-complaint.html +++ b/templates/emails/transactional/hotmail-complaint.html @@ -2,7 +2,10 @@ {% block content %} {% call text() %} - This is SimpleLogin team.
+ This is SimpleLogin team. + {% endcall %} + + {% call text() %} 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. {% endcall %} diff --git a/templates/emails/transactional/hotmail-transactional-complaint.html b/templates/emails/transactional/hotmail-transactional-complaint.html index 98c9a5ed..c71d4dcb 100644 --- a/templates/emails/transactional/hotmail-transactional-complaint.html +++ b/templates/emails/transactional/hotmail-transactional-complaint.html @@ -2,7 +2,10 @@ {% block content %} {% call text() %} - This is SimpleLogin team.
+ This is SimpleLogin team. + {% endcall %} + + {% call text() %} Hotmail has informed us about an email sent to {{ user.email }} that might have been considered as spam, either by you or by Hotmail spam filter. {% endcall %} diff --git a/templates/emails/transactional/yahoo-complaint.html b/templates/emails/transactional/yahoo-complaint.html index d43ca6a1..d7be34f7 100644 --- a/templates/emails/transactional/yahoo-complaint.html +++ b/templates/emails/transactional/yahoo-complaint.html @@ -2,7 +2,10 @@ {% block content %} {% call text() %} - This is SimpleLogin team.
+ This is SimpleLogin team. + {% endcall %} + + {% call text() %} Yahoo has informed us about an email sent to {{ alias.email }} that might have been marked as spam. {% endcall %}