{% extends "base.html" %} {% block content %} {{ render_text("Hi " + name) }} {{ render_text("There are at least 2 emails sent to your alias " + alias.email + " from " + website_email + " that have been refused (or bounced) by your mailbox " + mailbox_email + ".") }} {{ render_text("This is usually due to the email being considered as spam by your email provider.") }} {{ render_button("View the refused email", refused_email_url) }} {{ render_text('As security measure, we have disabled the alias ' + alias.email + ".") }} {{ render_text('Please let us know if you have any question.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} {{ raw_url(refused_email_url) }} {% endblock %}