{% extends "base.html" %} {% block content %} {{ render_text("Hi " + name) }} {{ render_text("There are at least 2 emails sent to your alias " + alias + " from " + website_email + " that have been refused (or bounced) by your email provider.") }} {{ render_text("This is usually due to the email being considered as spam by your email provider. The email is included at the end of this message so you can take a look at its content.") }} {{ render_text('As security measure, we have disabled the alias ' + alias) }} {{ render_text('Please let us know if you have any question.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} {% endblock %}