From cc8b3a116baff6e6227b89d8b381b5ecd9f1a30a Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 29 Sep 2020 13:37:47 +0200 Subject: [PATCH] improve email wording --- .../emails/transactional/reply-must-use-personal-email.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/emails/transactional/reply-must-use-personal-email.html b/templates/emails/transactional/reply-must-use-personal-email.html index 29e84e32..a371a913 100644 --- a/templates/emails/transactional/reply-must-use-personal-email.html +++ b/templates/emails/transactional/reply-must-use-personal-email.html @@ -4,7 +4,7 @@ {{ render_text("Hi " + name) }} {% call text() %} - We have recorded an attempt to send an email from your alias {{ alias.email }} using {{ sender }}. + As a measure to protect against email spoofing, we have blocked an attempt to send an email from your alias {{ alias.email }} using {{ sender }}. {% endcall %} {% call text() %} @@ -13,14 +13,13 @@ {% endcall %} {% call text() %} - This is to protect against email spoofing, i.e. someone else sending emails from your mailbox.
If {{ sender }} can indeed send emails from your alias, you can add it to the allow list: {% endcall %} {{ render_button("Allow " + sender, authorize_address_link) }} {% call text() %} - Thanks,
+ Best,
SimpleLogin Team. {% endcall %}