{% extends "base.html" %} {% block title %}Set up test email address{% endblock %} {% block content %}

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 }}

{{ form.as_table }}
{% endblock %}