Quickstart
1. Install the CLI
Section titled “1. Install the CLI”curl -fsSL https://dispatchjoin.com/install | shVerify installation:
dispatch --version2. Create an Inbox
Section titled “2. Create an Inbox”dispatch inbox create --label my-first-inboxThis returns your inbox address and inbox API key.
3. Claim Inbox in Web
Section titled “3. Claim Inbox in Web”Run:
dispatch inbox claimOpen the returned claim URL and finish linking in the web setup flow.
4. Read Incoming Mail
Section titled “4. Read Incoming Mail”dispatch mail list5. Send a Test Email
Section titled “5. Send a Test Email”dispatch mail send \ --to you@example.com \ --subject "Dispatch test" \ --text "Hello from Dispatch"Next: Create an Inbox