Skip to content

mxr send

Generated from mxr send --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Send a draft by ID

mxr send [OPTIONS] <DRAFT_ID>
FlagDescription
<DRAFT_ID>Draft ID to send
FlagDescription
--dry-runShow what would be sent (sender, recipients, subject, byte count) without sending
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
--at <TIME>Schedule the draft to be sent later instead of sending now. Same forms as mxr snooze --until: in 2h, tomorrow 9am, monday 17:00, RFC3339. Use mxr unsend <draft-id> to cancel
-h, --helpPrint help

Send or schedule a saved draft.

Terminal window
mxr send DRAFT_ID --dry-run
mxr send DRAFT_ID --at 'tomorrow 9am'