Paswad MailCrow
A new standalone Paswad product: a Mailgun-compatible transactional and marketing email platform, with its own service, its own database, and deliverability wired in from the first send.
- New Sending domains with generated DKIM keys
Add a sending domain and MailCrow generates a DKIM keypair for it, then hands you the exact records to publish — an SPF TXT record, the DKIM TXT record, and a tracking CNAME. One action re-checks DNS and flips the domain to verified.
- New Every send is persisted
Messages, recipients and per-recipient status are stored, not fired and forgotten. Delivery events cover accepted, delivered, failed, opened, clicked, unsubscribed, complained and bounced, and are filterable by type.
- New Suppression list, enforced on send
Bounces, complaints and unsubscribes land on a per-workspace suppression list, and a send skips any address that is on it. No manual list hygiene, no repeat sends to a dead address.
- New Templates, campaigns, audiences and contacts
A template studio for reusable HTML, campaigns for one-to-many sends, and audiences with contacts to send them to — so marketing email lives in the same place as the transactional pipeline.
- New Delivery analytics
A daily series of delivered, failed, opened and clicked counters, zero-filled across the whole window so a quiet day reads as a quiet day rather than a gap in the chart.
- New API keys for your servers
Machine credentials scoped to a workspace, argon2-hashed at rest with a short lookup prefix. The full key is shown once, at creation, and never again.
- New Webhook endpoints
Register endpoints with their own signing secret and event selection, so your own systems can react to delivery outcomes.
- New Mailgun-compatible send endpoint
POST /v3/<domain>/messages is preserved bit-for-bit — multipart parsing, recipient variables and %recipient.x% merge tags included — so anything already written against Mailgun keeps working unchanged.
- New Ghost newsletter sending, powered by MailCrow
Ghost speaks Mailgun, not MailCrow, so MailCrow issues it a Mailgun-shaped credential instead: an API key pinned to one sending domain and region, created from the MailCrow dashboard and handed back as a paste-ready base URL, API key and domain block for Ghost’s Mailgun settings.
- Improved Sign in with your Paswad account
The MailCrow dashboard is a first-party Paswad OAuth client — public, Authorization Code with PKCE. Connect it once and your workspace is provisioned on the first call; the send API keeps using its own API keys.