Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/features/tui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

RustMail includes a built-in terminal UI (TUI) that connects to a running RustMail instance. It provides a full email browser in your terminal with real-time updates via WebSocket.

![RustMail TUI](/screenshot-tui.png)

## Usage

```sh
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RustMail is a local SMTP mail catcher. Point your app's outbound email at it dur

It ships as a single binary — the frontend is compiled in, so there's nothing else to install or run.

![RustMail web UI](/screenshot-web.png)

## Why RustMail?

Most alternatives are either unmaintained (MailHog), minimal (MailCrab), or cloud-only (Mailtrap). RustMail is a self-hosted option that doesn't cut corners:
Expand Down