Senddock: A Self‑Hostable Email Platform for Developers
Patch your email stack by integrating Senddock's REST API or SMTP credentials; use the provided example to send transactional emails and leverage its self‑hosted deployment for full data control.
Configure Senddock on your own server, set up the API key, and replace your existing SMTP provider with Senddock's credentials to test transactional email flow.
Summary
Senddock is a developer‑first email platform that offers a clean RESTful API and SMTP credentials for transactional emails, plus campaign and subscriber management. It supports workspaces and projects for multi‑tenant setups, a central template library, and analytics with webhooks for open, click, and bounce tracking. The API endpoint example shows a POST to https://api.senddock.dev/v1/send with workspaceId, projectId, to, subject, templateId, and data payload. Senddock can be fully self‑hosted; the documentation covers environment requirements, installation, and configuration, giving users control over data and privacy. The platform is positioned as an alternative to SaaS providers like Resend or Stripe, aiming to reduce cost while improving developer experience. The author invites feedback from SaaS builders, agencies, and infrastructure enthusiasts.
Key changes
- Transactional & SMTP API with RESTful endpoint
- Campaign and subscriber management capabilities
- Workspaces and projects for multi‑tenant architecture
- Central template library for email designs
- Analytics and webhooks for open, click, and bounce tracking
- Full self‑hostable infrastructure with documented installation
- REST API example using workspaceId, projectId, to, subject, templateId, and data
- Documentation covering environment requirements and configuration