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

9 lines
343 B
Plaintext

{% extends "base.txt.jinja2" %}
{% block content %}
An attempt to send a fake email to {{ contact.email }} from your alias {{ alias.email }} using {{ sender }} has been blocked.
As a measure to protect against email spoofing, we have blocked an attempt to send an email from your alias {{ alias.email }} using {{ sender }}.
{% endblock %}