No description
Find a file
2026-03-09 20:13:31 -07:00
mymx-sdk feat: sort by time 2026-03-05 13:26:40 -08:00
mymx-server feat: sort by time 2026-03-05 13:26:40 -08:00
.envrc init 2026-03-05 00:47:34 -08:00
.gitignore init 2026-03-05 00:47:34 -08:00
Cargo.lock init 2026-03-05 00:47:34 -08:00
Cargo.toml init 2026-03-05 00:47:34 -08:00
flake.lock init 2026-03-05 00:47:34 -08:00
flake.nix init 2026-03-05 00:47:34 -08:00
module.nix feat: add caddy setting and domain 2026-03-09 20:13:31 -07:00
README.md feat: add readme 2026-03-05 13:26:38 -08:00

mymx

Webhook receiver for MyMX email events. Verifies signatures and stores emails in PostgreSQL.

Usage

createdb mymx
export DATABASE_URL="postgres:///mymx"
export MYMX_WEBHOOK_SECRET="your-webhook-secret"
sqlx migrate run --source mymx-server/migrations
cargo run -p mymx-server

Point your MyMX endpoint to https://your-domain/webhook.