diff --git a/docs/features/tui.md b/docs/features/tui.md index 241cb46..53f2d57 100644 --- a/docs/features/tui.md +++ b/docs/features/tui.md @@ -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 diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 751a74d..a642694 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -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: