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 %}