improve email wording

This commit is contained in:
Son NK 2020-09-29 13:37:47 +02:00
parent d7ca639dc1
commit cc8b3a116b
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{{ render_text("Hi " + name) }}
{% call text() %}
We have recorded an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>.
As a measure to protect against <b>email spoofing</b>, we have blocked an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>.
{% endcall %}
{% call text() %}
@ -13,14 +13,13 @@
{% endcall %}
{% call text() %}
This is to protect against <b>email spoofing</b>, i.e. someone else sending emails from your mailbox. <br>
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, <br/>
Best, <br/>
SimpleLogin Team.
{% endcall %}