{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Outbound SMTP smarthost relay. Administrator only, server-wide. The password field is write-only by design: cp-smtp-relay get never returns it, and leaving it blank on save keeps whatever credential is already configured. {% endcomment %} {% block title %}SMTP relay{% endblock %} {% block content %}

SMTP relay

Route all outbound mail through a smarthost instead of delivering directly.

Outbound mail is relayed through . Outbound mail is delivered directly. No relay is configured.
{% endblock %} {% block scripts %} {% endblock %}