{% extends "base.html" %} {% block title %}Delivery Log ยท IP TM Manager{% endblock %} {% block body %}
Every email send is recorded here โ sent and failed, most recent first.
| When | Subscriber | To | Subject | Format | Status | Error |
|---|---|---|---|---|---|---|
| {{ l.sent_at.strftime('%Y-%m-%d %H:%M') if l.sent_at else 'โ' }} | {{ sub_map.get(l.subscriber_id, 'โ') }} | {{ l.to_email }} | {{ l.subject }} | {{ l.fmt }} | {{ l.status }} | {{ l.error or '' }} |
| No emails sent yet. | ||||||