{% extends "base.html" %} {% block title %}Branding & Digests · Email Security{% endblock %} {% block content %} {% include "_email_nav.html" %}

Branding & Digest Schedule

Customise the recipient-facing pages (digest emails, blocked-link & release pages) per organization, and schedule automatic digests.

‹ Email Security
{% if saved %}{% endif %}

Automatic quarantine digests


When on, each recipient with held mail gets one branded digest per day at the chosen hour. (Manual "Send digests" stays available on the Quarantine page.)

Per-organization branding

{% for r in rows %}

{{ r.org.name }}

{% else %}

No organizations.

{% endfor %}
{% endblock %}