Skip to main content
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).
See Open tracking, Click tracking, BCC emails.

outbound logs

Filters: --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

See SMTP users.

outbound suppression

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

update flags

--api-token <token> selects the key. The remaining flags mirror create, plus --status 0 (disabled) or --status 1 (enabled).

rotate

Issues a new token for an existing key. The old token stops working immediately.