{% extends "admin_base.html" %} {% block title %}Email Settings{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Email Settings


The email address all outgoing emails should use. If using Postmark, Mandrill, or Mailgun this must match the email used in their settings.

The API key generated on Postmark, Mandrill, Mailgun, or Sendgrid.

{% endblock %} {% block javascript %} {% endblock %}