Domains & DNS
Guided SPF, DKIM, DMARC, and one-click DNS provider writes.
Transactional email platform
Self-hosted MailHub gives you domain DNS guidance, DKIM signing, delivery logs, and signed webhooks — without locking you into a black-box SaaS.
Everything you need to authenticate domains and observe delivery.
Guided SPF, DKIM, DMARC, and one-click DNS provider writes.
App-friendly SMTP listeners with credentials you control.
Bearer tokens and a simple JSON send endpoint for apps and services.
Track queue and MTA outcomes with searchable send history.
Signed callbacks for sent, bounced, and failed terminal events.
Domains, tokens, and logs stay scoped to each account.
Pick the path that matches your stack — configure after sign-in.
Create an API token, then POST JSON to /api/send with Bearer auth.
See API sample →Point your app at MailHub submission ports with per-user credentials.
See SMTP details →Subscribe endpoints to terminal delivery events with HMAC signatures.
See webhook events →Minimal JSON contract. Hostnames below are placeholders — replace with your MailHub host.
from — sender address on a verified domainto — recipient string or arraysubject — message subjecttext / html — message bodyDefault listener ports (override in your deployment):
Create SMTP login credentials in the console after registration. Host example: mail.example.com
Terminal events only — signed HTTPS callbacks to your systems.
| Status | type |
|---|---|
sent | email.sent |
bounced | email.bounced |
failed | email.failed |
Signature header: X-MailHub-Signature: t=<unix>,v1=<hmac>
Create an account, add a domain, and ship your first message in minutes.