{% 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 %}
EMAIL_BACKEND
and
EMAIL_FROM_ADDRESS
in local_settings.py
).
Use this panel to test your server's e-mail configuration.
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 %}