Quick Start
Start inbrx
Section titled “Start inbrx”Run the CLI with npx:
npx @inbrx/cliWhen the server is ready, the CLI prints the SMTP and Web UI addresses:
| Service | Default |
|---|---|
| SMTP | 127.0.0.1:2525 |
| Web UI | http://127.0.0.1:3000 |
| Storage | File-backed user data directory |
Open the Web UI and configure your application to send mail to 127.0.0.1 on port 2525.
Use memory storage
Section titled “Use memory storage”For throwaway sessions, keep messages only in memory:
npx @inbrx/cli --storage memoryMessages captured with memory storage disappear when the process exits.
Stop inbrx
Section titled “Stop inbrx”Press Ctrl+C in the terminal running inbrx.