Conduit
Hobby ProjectA self-hosted email-to-webhook gateway built on my Go smtpd module. Inbound email is forwarded as an HTTP POST, and the webhook's response is mapped back to an SMTP status code so the sending server retries natively. Users register and manage their webhook configuration through the API or the UI.
- Go
- sqlc
- templ
- htmx
- OpenAPI spec and code generation
- PostgreSQL
- SMTP