Skip to content

Quick Start

Run the CLI with npx:

Terminal window
npx @inbrx/cli

When 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.

For throwaway sessions, keep messages only in memory:

Terminal window
npx @inbrx/cli --storage memory

Messages captured with memory storage disappear when the process exits.

Press Ctrl+C in the terminal running inbrx.