Skip to content

Quickstart

Terminal window
curl -fsSL https://dispatchjoin.com/install | sh

Verify installation:

Terminal window
dispatch --version
Terminal window
dispatch inbox create --label my-first-inbox

This returns your inbox address and inbox API key.

Run:

Terminal window
dispatch inbox claim

Open the returned claim URL and finish linking in the web setup flow.

Terminal window
dispatch mail list
Terminal window
dispatch mail send \
--to you@example.com \
--subject "Dispatch test" \
--text "Hello from Dispatch"

Next: Create an Inbox