{% extends "ui/templates/base/layout.html" %} {% block content %}

Platform SMTP Settings

System Admin SMTP used for firm creation invites, primary Firm Admin onboarding, password/reset emails and platform notices before a firm configures its own SMTP.

{% if flash %}
{{ flash }}
{% endif %}

Outgoing SMTP

Platform Email Controls

Send Test Email

Recent Platform Email Attempts

{% for log in recent_logs %} {% else %} {% endfor %}
TimeRecipientSubjectStatusError
{{ log.created_at_utc }}{{ log.recipient_email }}{{ log.subject }}{{ log.status }}{{ log.error_message or '' }}
No platform email attempts yet.
{% endblock %}