No description
| mymx-sdk | ||
| mymx-server | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| module.nix | ||
| README.md | ||
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.