{% extends "base.html" %} {% block content %} {{ render_text("Hi " + name) }} {% call text() %} We have recorded an attempt to send an email from your alias {{ alias.email }} using {{ sender }}> {% endcall %} {% call text() %} Please note that sending from this alias only works from one of these mailboxes:
{% for mailbox in alias.mailboxes %} - {{ mailbox.email }}
{% endfor %} {% endcall %} {% call text() %} Indeed only you can send emails on behalf of your alias. {% endcall %} {% call text() %} Thanks,
SimpleLogin Team. {% endcall %} {% endblock %}