2020-02-22 21:57:19 +08:00
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
2020-03-17 18:51:40 +08:00
{{ render_text("There are at least 2 emails sent to your alias < b > " + alias.email + "< / b > from < b > " + website_email + "< / b > that have been < b > refused< / b > (or bounced) by your mailbox " + mailbox_email + ".") }}
2020-03-15 19:25:01 +08:00
2020-02-22 21:57:19 +08:00
2020-03-15 17:50:46 +08:00
{{ render_text("This is usually due to the email being considered as < b > spam< / b > by your email provider.") }}
{{ render_button("View the refused email", refused_email_url) }}
2020-02-22 21:57:19 +08:00
2020-03-17 18:51:40 +08:00
{{ render_text('As security measure, we have < b > disabled< / b > the alias ' + alias.email + ".") }}
2020-02-22 21:57:19 +08:00
{{ render_text('Please let us know if you have any question.') }}
{{ render_text('Thanks, < br / > SimpleLogin Team.') }}
2020-03-16 01:39:59 +08:00
{{ raw_url(refused_email_url) }}
2020-02-22 21:57:19 +08:00
{% endblock %}