2022-02-16 18:52:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-05-10 18:19:29 +02:00
|
|
|
We have recorded an attempt to send an email from your alias {{ alias.email }} using {{ sender }}.
|
2020-01-22 23:18:27 +01:00
|
|
|
|
2020-09-29 13:03:15 +02:00
|
|
|
Please note that sending from this alias only works from alias's owning mailboxes, that are
|
|
|
|
{{ mailbox_emails|join(", ") }}
|
2020-05-10 18:19:29 +02:00
|
|
|
|
2020-08-27 11:12:48 +02:00
|
|
|
This is to protect against "email spoofing", i.e. someone else sending emails from your mailbox.
|
2020-09-29 11:00:50 +02:00
|
|
|
If {{ sender }} can indeed send emails from your alias, you can add it to the allow list on {{authorize_address_link}}
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|