> ## Documentation Index
> Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The official command-line interface for JetEmail. Every API endpoint, from your terminal or CI pipeline.

`jetemail` is the official CLI for [JetEmail](https://jetemail.com). Send transactional email, manage inbound and outbound domains, control SMTP smarthost users, suppression lists, API keys, webhooks. Every endpoint of the JetEmail API, scriptable from the terminal.

```sh theme={null}
jetemail send --to alice@example.org \
              --from noreply@yourdomain.com \
              --subject "Welcome"
```

## What you can do

<CardGroup cols={2}>
  <Card title="Send transactional email" icon="paper-plane" href="/cli/commands/email">
    `email send` and `email batch` from the shell, with attachments, scheduling, idempotency keys.
  </Card>

  <Card title="Manage inbound domains" icon="shield-check" href="/cli/commands/inbound">
    Add domains, configure delivery, run DNS checks, manage forwarding rules, allow/blocklists.
  </Card>

  <Card title="Manage outbound" icon="paper-plane" href="/cli/commands/outbound">
    Sending domains, SMTP smarthost users, transactional keys, suppression import/export.
  </Card>

  <Card title="Live log tail" icon="rectangle-terminal" href="/cli/live-tail">
    Stream `inbound`, `outbound`, and account logs in an interactive TUI as messages move.
  </Card>

  <Card title="Scriptable JSON" icon="code" href="/cli/output">
    Pretty tables in a terminal, structured JSON in pipes and CI. Same command, both worlds.
  </Card>
</CardGroup>

## Source

The CLI is open source under MIT or Apache-2.0, at [github.com/jetemail/jetemail-cli](https://github.com/jetemail/jetemail-cli).

## Next steps

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/cli/installation" arrow="true">
    Homebrew, shell installer, PowerShell, pre-built binaries, cargo.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/cli/quickstart" arrow="true">
    Log in, send your first email, list a domain. Three minutes.
  </Card>
</CardGroup>
