Download

Get Resender

Prebuilt installers are not available yet. Get the source or binary from:

Build from source

git clone https://gitee.com/snoware/resender
cd resender
cargo run --release
# or just build
cargo build --release

The desktop app needs the system WebView (WebView2 on Windows). The first cargo build downloads and compiles Slint / libsmx and takes a while.

Platforms

PlatformConfig directory
Windows%APPDATA%\resender\
macOS~/Library/Application Support/resender/
Linux~/.config/resender/

Command line

The same binary also offers a headless CLI:

resender send --to a@b.c --subject "Subject" --body "Body" [--html] [--from F] [--api-key K] [--password P] [--attach FILE]...
resender run <handler> [args...]
resender check-update
resender version