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