{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} A campaign with no sending host sends through the local Postfix (so opendkim signs it); rows below are only the user's OWN custom SMTP hosts. {% endcomment %} {% block title %}Sending hosts{% endblock %} {% block content %}

Sending hosts

Campaigns send through the local mail server by default. Add a custom SMTP host (an ESP, a relay, another mail provider) if you would rather use one of your own.

Local Postfix

The default. No credentials are needed; mail leaves through 127.0.0.1:25.

Your custom hosts

Name Host Encryption Username Password Default Last test Actions
{$ host.host $}:{$ host.port $} {$ host.hasPassword ? 'set' : 'none' $} ok failed untested

No custom sending hosts yet

Campaigns will send through the local Postfix until you add one.

{$ form.id ? 'Edit sending host' : 'Add a sending host' $}

{% endblock %} {% block scripts %} {% endblock %}