app-MAIL-temp/templates/emails/transactional/spoof-reply.txt.jinja2

11 lines
381 B
Plaintext
Raw Normal View History

2022-04-14 09:23:49 +02:00
{% extends "base.txt.jinja2" %}
{% block content %}
Unauthorized attempt to send an email to {{ contact.email }} from your alias {{ alias.email }} using
{{ sender }} has been blocked.
2022-04-14 09:23:49 +02:00
To protect against email spoofing, only your mailbox can send emails on behalf of your alias.
SimpleLogin also refuses emails that claim to come from your mailbox but fail DMARC.
2022-04-14 09:23:49 +02:00
{% endblock %}