{% from "components/banner.html" import banner %}
We have sent a notification to {{ reply_to_email_address }} to check if it's a working email address.
Once we receive a delivery confirmation, we will update your list of reply-to email addresses.
{% elif verification_status == "success" %} {{ banner("Yay success! Your new reply-to email has been added ^__^", type='default', with_tick=True) }} {% elif verification_status == "failure" %} {{ banner("Sorry dawg, this email address doesn't seem to be working :d", type='dangerous') }} Try again {% endif %}