DemonstrationConcept prototype. Every organization, student, and figure shown is fictional — this is not a live program and nothing here can be applied for.
What the system told people, and what it failed to tell them
Email is not configured — messages are logged, not sent
Set RESEND_API_KEY to send. Until then everything below is a record of what would have gone out.
Delivered
0
Waiting to send
0
Queued by a committed transaction
Not delivered
0
Someone was not told something
Newest first
Assumption Held in the server process, so this resets when the process restarts and is per-instance rather than shared. A real deployment is the same two lists as one outbox table with a delivered_at column, drained by a worker rather than by whoever happened to trigger the last transition.