{% extends "baseTemplate/index.html" %} {% load static %} {# Forwarders. The source must be a domain you own; the destination need not be. #} {% block title %}Email forwarding{% endblock %} {% block content %}

Email forwarding

Deliver mail addressed to one of your addresses somewhere else. Adding the same source twice fans the message out to both destinations, which is how a small distribution list is built.

{% if not domains %}
There are no domains available to you yet.
{% else %}
Applies immediately to every mailbox on this domain that already matches, and to every one created afterwards -- e.g. sales* catches sales-uk@ and sales-us@.

Existing forwarders

No forwarders on this domain.
Source Destination Actions
pattern catch-all
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}