{% from "components/banner.html" import banner, banner_wrapper %}
We’re checking that ‘{{ reply_to_email_address }}’ is a real email address.
This can take a minute
{% elif verification_status == "success" %} {{ banner("‘{}’ is ready to use".format(reply_to_email_address), type='default', with_tick=True) }} {% elif verification_status == "failure" %} {% call banner_wrapper(type='dangerous') %}We sent an email to ‘{{ reply_to_email_address }}’ but it wasn’t delivered.
You can try again, or use a different address.
{% endcall %} Try again {% endif %}