{% extends "admin_base.html" %} {% block title %}Email Settings{% endblock %} {% block content %}
{{ output|raw }}

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. Leave blank if not using.

The API key generated on Mandrill. Leave blank if not using.

The API key generated on Mailgun. Leave blank if not using.

The API information generated on Sendgrid. Please enter the information as username|password. This field may look different after submitting the information as it is stored in an encrypted manner to protect your password. Leave blank if not using.

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