{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Set up test email address{% endblock %} {% block content %} {% origin %}

Set up test email address

Since this server is running in test mode, all email to be sent out is intercepted and thrown away.

To receive a copy of each message before it's thrown away, you can set an email address below. The address is stored in the testmailcc cookie in your browser. So make sure cookies are enabled.

Value of testmailcc: {{ cookie }}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}