Email Statuses & Delivery Lifecycle
Every email sent through Emalc—whether from an automated broadcast campaign or a transactional API dispatch—progresses through an event-driven lifecycle.
Each status reflects the exact real-time state of an email: from initial queueing and MTA handoff to inbox placement, recipient engagement, or delivery rejection.
Statuses by Feature Category#
Select a feature tab below to inspect delivery behaviors, timeline progressions, and deliverability rules tailored to your immediate needs:
The Delivery Lifecycle#
The standard, successful journey of an email from initial dispatch queueing to inbox placement:
| Status | State | Category | Description |
|---|---|---|---|
queued | Processing | Accepted by Emalc and waiting in the dispatch queue. | |
processing | Processing | Dynamic merge variables and HTML templates are currently being compiled. | |
sent | In Transit | Handed off to upstream Mail Transfer Agents (MTAs). | |
delivered | Successful | Destination mail server successfully accepted the message into the mailbox. |
Delivery Timeline Progression#
Queued in Dispatch Engine
Initial StateThe email is accepted by Emalc and enters the workspace dispatch queue. If scheduled for a future timestamp or recipient local-timezone delivery, it securely waits until the dispatch window opens.
Template Compilation & Variable Merge
PersonalizationEmalc compiles HTML templates, merges dynamic recipient variables (like {{first_name}}), wraps links with authenticated tracking domains, and cryptographically signs messages with your verified DKIM and SPF keys.
Dispatched to Upstream MTAs
MTA HandoffThe fully rendered MIME payload is handed off to global Mail Transfer Agents (MTAs) and actively transmitted toward the recipient's destination Mail Exchange (MX) servers.
Accepted into Destination Mailbox
SMTP 250 OKThe recipient's mail server (Google Workspace, Microsoft 365, Yahoo, etc.) returns a positive 250 2.0.0 OK response, verifying successful placement into the recipient's inbox.
Inspecting Statuses in Your Dashboard#
You can inspect the real-time status of every email across your dashboard:
- Emails Dashboard (
/emails): The primary workspace view to inspect every email dispatched, preview rendered HTML, track delivery progression, and audit opens and clicks. - Campaign Reports (
/campaigns/[id]): In-depth delivery funnels showing aggregate delivery rate, unique open rate, click-through rate, and an interactive recipient activity table. - Activity Logs (
/logs): Forensic low-level event audit stream of SMTP responses and webhook triggers.