{% extends "base.html" %} {% block title %}Dashboard - Email Server Management{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
| Time | From | To | Status | DKIM |
|---|---|---|---|---|
| {{ email.created_at.strftime('%H:%M:%S') }} | {{ email.mail_from }} | {{ email.to_address }} | {% if email.status == 'relayed' %} Sent {% else %} Failed {% endif %} | {% if email.dkim_signed %} {% else %} {% endif %} |
No email activity yet
No authentication activity yet