{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
{{ render_text("We have recorded an attempt to send an email from your alias "+ alias +" using " + sender + ".") }}
{{ render_text("Please note that sending from this alias only works from " + mailbox_email + ".") }}
{{ render_text("Indeed, only you (or the mailbox that owns " + alias + ") can send emails on behalf of this alias.") }}
{{ render_text('Thanks,
SimpleLogin Team.') }}
{% endblock %}