Scheduled Send Queue
An outbox pane grouping queued messages by send window, each row showing recipient, subject, snippet, send time, and edit and send actions.
An outbox pane grouping queued messages by send window, each row showing recipient, subject, snippet, send time, and edit and send actions.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Scheduled Send Queue is the outbox pane for messages waiting to go out, grouped by send window: Today holds two, Tomorrow holds two, and Monday, Jul 13 holds one. The pane header reads Scheduled with a five messages count. Each row pairs the recipient avatar with a To line, the subject, a one line snippet, and a clock stamped send time, then Edit, Send now, and Cancel send actions underneath.
Groups are one typed const array and the header count is reduced from the message totals. The footer is precise: scheduled messages stay editable until their send time, and times render in your local timezone.
Reach for this block on the scheduled or outbox view of a mail product, wired to your send queue API. The rows are static demo data; load real scheduled messages and wire Edit, Send now, and Cancel send to your queue endpoints.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the personal email outbox. Other queued send surfaces:
Tip: the send time on every row is the value users scan for, so keep it aligned and in tabular-nums so the column reads cleanly.