Email infrastructure
that scales with you.
Send bulk campaigns and transactional mail through your own SMTP or any provider. Track every open, click, and bounce. Built for developers and marketing teams who care.
No credit card required · 3,000 emails free every month

Trusted by teams shipping at scale
Features
Everything you need to deliver email
A single platform for marketing campaigns and transactional mail — without juggling six tools.
Bulk campaigns
Send to millions with built-in throttling, rotation, and queueing.
Transactional API
Sub-second delivery for password resets, receipts, and alerts.
Tracking pixel & clicks
Real-time opens, clicks, bounces, and complaints per recipient.
Automations
Visual drip sequences, conditional branches, and webhook triggers.
Deliverability
SPF, DKIM, DMARC setup. Suppression lists. Reputation tracking.
Analytics
Per-campaign, per-domain, per-IP dashboards. Cohort breakdowns.
REST + Webhooks
Type-safe API. Sign every event. Plug it into anything.
AI assist
Subject-line suggestions, spam-score checks, send-time prediction.
Developer-first
One API. Every mail flow.
Drop in a single POST request to send transactional mail. Use the same API keys for bulk campaigns. Receive signed webhooks for every delivery event.
- Idempotent sends with retry-safe keys
- Per-key rate limits and scopes
- Signed webhooks for every event
- OpenAPI spec & typed SDKs
import { MailForge } from "@mailforge/sdk";
const mf = new MailForge(process.env.MF_KEY);
await mf.emails.send({
from: "team@yourdomain.com",
to: "ada@example.com",
subject: "Welcome aboard ✨",
html: "<h1>Hello, Ada</h1>",
tags: { campaign: "onboarding" },
});Integrations
Works with your stack
Plug MailForge into the providers and tools you already use.
Custom SMTP
Bring any SMTP relay you control.
Amazon SES
High-volume delivery at low cost.
SendGrid
Enterprise-grade routing.
Mailgun
Reliable global infrastructure.
Resend
Modern developer experience.
Webhooks
Push events to anywhere.
Pricing
Simple, scales with you
Start free. Upgrade when you ship.
Free
For testing and small projects.
- 3,000 emails / month
- 1 sending domain
- Open & click tracking
- Community support
Pro
For growing products and teams.
- 100,000 emails / month
- Unlimited sending domains
- Automations & A/B tests
- Webhooks & API
- Email support
Scale
Volume pricing & dedicated IPs.
- Millions of emails / month
- Dedicated IP pools
- IP warmup automation
- SSO & audit logs
- Priority support
FAQ
Questions, answered
Do I need my own SMTP server?+
No. You can use MailForge's queue with any SMTP provider — Amazon SES, SendGrid, Mailgun, Postmark, Resend, or a self-hosted relay you control.
How does deliverability work?+
We help you set up SPF, DKIM, and DMARC, then track reputation, bounces, and complaints automatically. Suppressed addresses are blocked at send time.
Can I send transactional and marketing mail from one account?+
Yes. Tag each send and route through different domains or IP pools. Analytics break down both flows separately.
Is there an API?+
Yes — REST API with signed webhooks for every delivery event. OpenAPI spec included.
Ship your first email in minutes
Free 3,000 emails every month. No credit card. Cancel anytime.