{% extends "base.html" %} {% block content %} {% call text() %}

An email was sent to your alias {{ alias.email }} from its own mailbox {{ from_addr }}.

{% endcall %} {% call text() %} SimpleLogin doesn't send this email back to your mailbox as it would be refused or hidden anyway by your email service.
So no worries, there's nothing you need to do :). {% endcall %} {{ render_button("View the email", refused_email_url) }} {% call text() %} The email is automatically deleted in 7 days. {% endcall %} {{ render_text('Thanks,
SimpleLogin Team.') }} {% endblock %}