app-MAIL-temp/templates/emails/transactional/non-reverse-alias-reply-pha...

19 lines
807 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
2022-05-15 19:51:47 +02:00
Hi
2022-05-15 19:51:47 +02:00
Your email sent to {{ destination }} from {{ alias }} ({{ subject }}) contains an address
which isn't a reverse-alias in the To: or Cc: field.
2022-05-15 19:51:47 +02:00
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.
2022-05-15 19:51:47 +02:00
SimpleLogin doesn't deliver this email to the contacts (if any) to avoid any potential side effect.
2022-05-15 19:51:47 +02:00
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/
2022-02-16 18:52:35 +01:00
{% endblock %}