simple-login/templates/emails/transactional/send-from-alias-from-unknown-sender.txt

16 lines
481 B
Plaintext
Raw Normal View History

2022-02-16 17:52:35 +00: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 16:15:50 +00: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 16:38:44 +00: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 17:52:35 +00:00
{% endblock %}