{% 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 %}
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.
The default. No credentials are needed; mail leaves through 127.0.0.1:25.
| Name | Host | Encryption | Username | Password | Default | Last test | Actions |
|---|---|---|---|---|---|---|---|
| {$ host.host $}:{$ host.port $} | {$ host.hasPassword ? 'set' : 'none' $} | ok failed untested |
|
Campaigns will send through the local Postfix until you add one.