mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
{% 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}}.
|
|
|
|
{{reply_email}} is a special email address that only receives emails from its authorized user.
|
|
This user has been also informed of this incident.
|
|
|
|
If you have any question, you can contact us by replying to this email or consult our website at {{LANDING_PAGE_URL}}.
|
|
|
|
{% endblock %}
|