{# crate_anon/crateweb/consent/templates/test_email_rdbm_ack.html #}
{% extends "base.html" %}
{% comment %}
template parameters:
settings: Django settings object
{% endcomment %}
{% block content %}
<h1>Test message sent to RDBM</h1>
<p>An e-mail has been sent to the RDBM at
<b>{{ settings.RDBM_EMAIL }}</b>.</p>
<p>If this arrives (and it should in the next second or two), all this
works:</p>
<ul>
<li>CRATE web site Python code
→ Django/Celery Python frameworks</li>
<li>→ RabbitMQ AMQP server</li>
<li>→ Celery worker → CRATE code (in a separate process)</li>
<li>→ e-mail server for transmission</li>
<li>→ your e-mail address as above</li>
</ul>
{% endblock %}
{% block helpurl %}{{ HelpUrl.rdbm }}{% endblock %}