As an admin, I want to track the status of sent emails so I can ensure users receive them.
Acceptance Criteria
[ ] Admin can view a log of sent, pending, and failed emails.
[ ] Admin can filter the log by date, group, and status.
[ ] Admin can investigate and resolve issues with failed emails.
[ ] Admin can resend failed emails.
sequenceDiagram
participant Admin
participant Email_Tracker
Admin->>Email_Tracker: Request sent email status
Email_Tracker->>Admin: Show email log with statuses
Email Status Tracking
As an admin, I want to track the status of sent emails so I can ensure users receive them.
Acceptance Criteria