app-MAIL-temp/templates/emails/transactional/send-from-alias-from-unknow...

16 lines
481 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
Hi,
This is an automated email from SimpleLogin.
We have recorded an attempt to send an email from your email ({{sender}}) to {{reply_email}}.
2020-02-11 17:15:50 +01:00
{{reply_email}} is a special email address that only receives emails from its authorized user.
This user has been also informed of this incident.
2020-08-22 18:38:44 +02:00
If you have any question, you can contact us by replying to this email or consult our website at {{LANDING_PAGE_URL}}.
2022-02-16 18:52:35 +01:00
{% endblock %}