jetemail outbound covers everything under /outbound/…. Authentication uses your api_… key.
outbound domains
list shows a compact table with verification and DKIM status. check re-runs DNS verification for one domain.
outbound domains settings
Per-domain settings (BCC, open/click tracking).
| Flag | Description |
|---|---|
--bcc <addr> | BCC every outgoing email to this address. Repeatable. |
--open-tracking <bool> | Enable open tracking. |
--click-tracking <bool> | Enable click tracking. |
--body-json / --field k=v | See Body escape hatches. |
outbound logs
--id, --uid, --action, --zone, --message-id, --from-address, --to-address, --mx, --host, --ip, --response, --size, --timer, --start, --user, --protocol, --src, --subject, --body, --md5, --interface, --originhost, --transhost, --transtype, --header-from, --date-from, --date-to, --from, --to, --rule-id, --search, plus pagination (--limit, --offset, --page, --sort-by, --sort-order).
--tail flags: --poll-secs N (default 5), --buffer N (default 500). See Live log tail.
outbound smarthost
Manage SMTP smarthost users (the username/password pairs your apps and servers authenticate as).
create / update flags
| Flag | Description |
|---|---|
--username <name> | New username (create). |
--current-username <name> | Existing username to update. |
--new-username <name> | Rename. |
--password <pw> | Set or rotate password. |
--allow-any-domain <bool> | Allow sending from any domain. |
--allow-all-domains <bool> | Allow sending from any verified account domain. |
--approved-domain <name> | Repeatable. |
--quota <n> | 0 for unlimited, or a per-user message limit. |
--ip-restriction <cidr> | Repeatable. |
--status <state> | inactive, active, suspended, quota-locked, quota-unlocked (update only). |
--body-json / --field k=v | See Body escape hatches. |
outbound suppression
| Flag | Description |
|---|---|
--target <value> | Email address, domain, or other target to suppress (create). |
--reason <str> | Why it’s being suppressed. |
export writes CSV to stdout. import takes a CSV from @path or - (stdin).
outbound keys (transactional API keys)
The CLI’s keys subcommand manages transactional_… tokens for the /email and /email-batch endpoints.
create flags
| Flag | Description |
|---|---|
--name <str> | Display label. |
--allow-all-domains <bool> | Permit sending from any verified domain. |
--approved-domain <name> | Repeatable. |
--quota <n> | Monthly limit. |
--ip-restriction <cidr> | Repeatable. |
--body-json / --field k=v | See Body escape hatches. |
update flags
--api-token <token> selects the key. The remaining flags mirror create, plus --status 0 (disabled) or --status 1 (enabled).