update cycle email text

This commit is contained in:
Son NK 2020-08-27 10:52:46 +02:00
parent 4a90ea9aca
commit b937e14ee3
2 changed files with 10 additions and 10 deletions

View File

@ -6,24 +6,23 @@
{% endcall %}
{% call text() %}
SimpleLogin has blocked an email that was sent to your alias <b>{{ alias.email }}</b> from its mailbox
<b>{{ mailbox.email }}</b>:
the email would be forwarded to the same mailbox <b>{{ mailbox.email }}</b>.
An email was sent to your alias <b>{{ alias.email }}</b> from its own mailbox
<b>{{ mailbox.email }}</b>.
{% endcall %}
{% call text() %}
This creates a <b>cycle</b> and the email will probably be refused or hidden by your email service anyway.
SimpleLogin doesn't send this email <b>back</b> to your mailbox as it would be refused or hidden anyway by your email service. <br>
So no worries, there's nothing you need to do :).
{% endcall %}
{{ render_button("View the refused email", refused_email_url) }}
{{ render_button("View the email", refused_email_url) }}
{% call text() %}
The email is automatically deleted in 7 days.
{% endcall %}
{% call text() %}
Please let us know if you have any question.
If you have any question, please reply to this email.
{% endcall %}
{{ render_text('Thanks, <br />SimpleLogin Team.') }}

View File

@ -1,9 +1,10 @@
Hi {{name}}
SimpleLogin has blocked an email that was sent to your alias {{alias.email}} from its mailbox {{ mailbox.email }}:
the email would be forwarded to the same mailbox {{ mailbox.email }}.
An email was sent to your alias {{ alias.email }} from its own mailbox {{ mailbox.email }}.
This creates a *cycle* and the email will probably be refused or hidden by your email service anyway.
SimpleLogin doesn't send this email back to your mailbox as it would be refused or hidden anyway by your email service.
So no worries, there's nothing you need to do :).
You can view this email here:
{{ refused_email_url }}