From f89967f58506f2f34c2029e68b7c674af80cbd4a Mon Sep 17 00:00:00 2001 From: Son Date: Sun, 15 May 2022 19:51:47 +0200 Subject: [PATCH] update the email wording --- .../non-reverse-alias-reply-phase.txt.jinja2 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/templates/emails/transactional/non-reverse-alias-reply-phase.txt.jinja2 b/templates/emails/transactional/non-reverse-alias-reply-phase.txt.jinja2 index 0fd8283c..906581e4 100644 --- a/templates/emails/transactional/non-reverse-alias-reply-phase.txt.jinja2 +++ b/templates/emails/transactional/non-reverse-alias-reply-phase.txt.jinja2 @@ -1,14 +1,18 @@ {% 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. + SimpleLogin doesn't deliver this email to the contacts (if any) to avoid any potential side effect. -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/ + Please create a reverse alias for each recipient to make sure your mailbox stays hidden 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/ {% endblock %}