{% extends "kegadmin/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Kegbot Admin: E-Mail | {{ block.super }}{% endblock %} {% block pagetitle %}Kegbot Admin: E-Mail{% endblock %} {% block kegadmin-main %} {% if not email_configured %}

Warning!

E-mail is not properly configured; no mails will be sent. Please read the docs for more information (hint: set EMAIL_BACKEND and EMAIL_FROM_ADDRESS in local_settings.py).
{% else %}

Test E-mail Configuration

Use this panel to test your server's e-mail configuration.

{% csrf_token %}

Please check your inbox at the address above after sending a test E-mail. Be sure to check your spam folder, and add the sender to your whitelist if necessary.

{% endif %} {% endblock %}