Merge pull request #993 from simple-login/update-wording-email

update the email wording
This commit is contained in:
Son Nguyen Kim 2022-05-16 14:48:35 +02:00 committed by GitHub
commit 4a4d4a5717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 6 deletions

View File

@ -1,14 +1,19 @@
{% extends "base.txt.jinja2" %}
{% block content %}
Hi
Hi
Your email sent to {{ destination }} from {{ alias }} ({{ subject }}) contains an address which isn't a reverse-alias in the To: or Cc: field.
Your email sent to {{ destination }} from {{ alias }} ({{ subject }}) contains an address
which isn't a reverse-alias in the To: or Cc: field.
This will reveal your real mailbox address.
The email was then directly sent to this recipient and doesn't pass by SimpleLogin.
Unfortunately, it reveals your real mailbox address to the recipient.
Please create a reverse alias for each recipient to make sure your mailbox stays hidden and re-send the email.
Please create a reverse alias for each recipient to make sure your mailbox stays hidden.
In case some reverse aliases are also present in To: or Cc:, SimpleLogin won't deliver this email to the
corresponding contacts to avoid any potential side effect. Please remove the non reverse-alias addresses and
re-send the email.
More info about reverse-alias can be found on https://simplelogin.io/docs/getting-started/reverse-alias/
and how to send an email from your alias on https://simplelogin.io/docs/getting-started/send-email/
More info about reverse-alias can be found on https://simplelogin.io/docs/getting-started/reverse-alias/
and how to send an email from your alias on https://simplelogin.io/docs/getting-started/send-email/
{% endblock %}