Built for multi-product developers

One email system for every product you ship.

Every app needs its own domain. Every domain needs its own mailboxes just to talk to users. Run four products and you’re maintaining four domains, a dozen mailboxes, and five separate tools, before you’ve sent a single email. Mailmark is all of it, once.

One login for every product. No more tool sprawl.

Mailmark | all your products
John Smith2m

Re: Partnership proposal

Sounds great, let's schedule a call...

Emily Davis1h

Campaign results Q4

Here are the numbers from last...

Alex Turner3h

Invoice #1042

Please find attached the invoice...

Campaign: v2.0 is live5h

Sent to 1,284 users on app-one.com

Open rate: 42% · Click rate: 12%...

01 / See it work

See Mailmark in action

Watch how easy it is to set up your domain, create sender mailboxes, and launch your first email campaign.

Click to play · overview

02 / The arithmetic

The cost isn’t the subscription. It’s the multiplication.

One product’s email setup is an afternoon. The problem is that it’s an afternoon again for every product you ship, and then it’s yours to maintain forever.

4products in flight
12345678910

Stitching it together yourself

DNS panels to configure & keep valid
4
Mailboxes to create and watch
12
Separate tools & logins
5
Places a user reply can land
12
Separate bills each month
5

Monthly cost

Mailbox hosting
$84
Sending API
$20
Campaign tool
$39
Inbox warm-up
$60
Deliverability monitoring
$55
Every month
$258

With Mailmark

DNS setup, guided & auto-verified
4
Mailboxes, managed in one place
12
Separate tools & logins
1
Places a user reply can land
1
Separate bills each month
1

Monthly cost

Mailbox hosting
Included
Sending API
Included
Campaign tool
Included
Inbox warm-up
Included
Deliverability monitoring
Included
Every monthPro
$50
At 4 products, that’s$208a month, or $2,496 a year, on tools you wouldn’t be paying for.

Counts assume 3 mailboxes per product (hello@, support@, team@). Costs use approximate US list prices as of August 2026, taking the cheaper credible option in each category: $7 per mailbox (Google Workspace Business Starter, annual billing), $20 for a sending API (Resend Pro, 50,000 emails), $39 for a campaign tool (Kit Creator, 1,000 subscribers), $15 per warmed sending address (Warmbox, one per product) and $55 for deliverability monitoring (GlockApps Essential). Your own stack will differ. Mailmark plans carry their own monthly sending limits.

03 / How it works

From a bare domain to talking to users

From your first product domain to talking to your users, in four simple steps.

Add your domain

yourcompany.com
Verify

DNS Records

MXVerified
SPFVerified
DKIMVerified
DMARCPending
1

Add Every Product's Domain

Bring all your products under one roof. Add each domain and Mailmark walks you through DNS setup step by step, including MX, SPF, DKIM, and DMARC. No more logging into a different provider for every app you ship.

  • Add unlimited product domains
  • Guided DNS setup with auto-verify
  • MX, SPF, DKIM & DMARC in one flow

Your Mailboxes | across all products

hello@app-one.com
24
support@app-two.io
8
team@app-three.co
3
billing@app-four.app
1
Add mailbox
2

One Inbox Per Product

Spin up the mailboxes each product needs: hello@, support@, team@. Every product's mail lives in its own inbox, but you manage them all from a single dashboard instead of a dozen logins.

  • One-click mailbox creation
  • Per-mailbox sender signatures
  • Every product's inbox in one place
support@yourcompany.com
Inbox
Sent
Outbox
Drafts
Trash

Client A

Need help with setup

Client B

Re: Billing question

Client C

Thanks for the quick fix!

3

Reply From a Familiar Inbox

When a user replies, it lands in a familiar email UI: Inbox, Sent, Outbox, Drafts, and Trash. Answer support questions, manage conversations, and search across every product's mail without leaving Mailmark.

  • Gmail-like inbox for every product
  • Rich text composer with attachments
  • Full-text search across all mail

Campaign: v2.0 is live

Sending

From: hello@app-one.com

1,247

Sent

623

Opened

184

Clicked

47

Replied

Follow-up Sequence

Stage 1
Stage 2
Stage 3
4

Send Updates to Your Users

Shipped v2? Tell everyone at once. Pick a mailbox, drop in your user list, personalize with merge tags, and send. Each person gets their own email, so it never looks like a mass blast with the whole list in the To field.

  • Mail merge so every email feels personal
  • No visible recipient list, one email each
  • Real-time open, click & reply tracking
04 / For your code

Send email straight from your apps

One API key per domain, scoped to that product. Transactional and campaign sends hit the same endpoint, from the same reputation you’ve been warming.

$ bun add mailmark-sdk
  • One API key per domain, scoped to that product
  • Transactional sends and campaign sends from the same endpoint
  • Schedule sends, run sequences, and pull delivery stats programmatically
  • Fully typed mailmark-sdk package for TypeScript and JavaScript
Read the API docs
import { Mailmark } from 'mailmark-sdk';

const client = new Mailmark(process.env.MAILMARK_API_KEY);

// Transactional: welcome a new signup from your app
await client.send({
  from: 'hello@app-one.com',
  to: [user.email],
  subject: 'Welcome to App One',
  html: '<h1>You are in.</h1><p>Thanks for signing up.</p>',
});

// Campaign: tell every user v2 shipped, one email each
await client.send({
  from: 'hello@app-one.com',
  to: userEmails,
  subject: 'v2.0 is live',
  html: releaseNotesHtml,
  type: 'campaign',
});
05 / Make it yours

Make it yours

Choose from 11 themes, set background wallpapers, adjust UI density, and craft professional email signatures, all synced across devices.

Click to play · personalization features

06 / What you get

Everything your products need to talk to users

Domains, mailboxes, campaigns, an API, and deliverability, for one product or ten, all in a single platform.

Multi-Domain Management

Add every product's domain and manage them side by side. Guided DNS setup gets each one inbox-ready in minutes.

Unlimited Mailboxes

Create hello@, support@, team@ for every product you run. Send from addresses your users recognize and trust.

Full Email UI

Manage replies and conversations with a familiar Gmail-like interface. Every product's mail in one place, not a dozen tabs.

Product Update Campaigns

Announce a launch or new feature to your whole user base with mail merge, dynamic fields, and automated follow-ups. Personal, never a mass blast.

REST API & npm SDK

Send transactional and campaign emails straight from your apps. One API key and the mailmark-sdk package is all your code needs.

Campaign Analytics

Track opens, clicks, replies, and bounces in real time. Know exactly how every campaign performs.

28-Day Inbox Warming

Every new product domain starts cold. Mailmark ramps up volume over 28 days so Gmail and Outlook trust your mail from day one.

Deliverability Monitoring

Continuously monitor SPF, DKIM, DMARC, and blacklist status across every domain. Get alerted before a problem reaches your users.

Unsubscribe Management

Stay compliant with one-click unsubscribe for Gmail and Yahoo. Opted-out users are skipped automatically across every product.

Inbox Placement Testing

Test every send against Gmail, Outlook, and Yahoo seed inboxes. Know whether you land in Primary, Promotions, or Spam before you hit send.

Team Collaboration

Bringing on a cofounder or contractor? Invite them, assign mailboxes per product, and manage permissions from one dashboard.

07 / One tool, not five

One tool instead of five

Domains, inboxes, campaigns, an API, and deliverability. Stop paying for and wiring up a separate service for each.

Multiple Domains

Add every product's domain with guided DNS setup and auto-verification.

Unlimited Mailboxes

Create hello@, support@, team@ and as many addresses as your products need.

Reply Management

Inbox, Sent, Outbox, Drafts, Trash. Handle every product's replies in a complete email client.

User Campaigns

Announce launches and updates with mail merge, so every email feels one-to-one.

Auto Follow-Ups

Multi-stage sequences that send automatically based on recipient behavior.

Analytics

Real-time tracking for opens, clicks, replies, and bounces per campaign.

Deliverability

SPF, DKIM, DMARC configured automatically so your campaigns reach the inbox.

API & SDK

Send from your own code with a REST API and the mailmark-sdk npm package.

Powering products behind the scenes

-

Emails processed

-

Verified domains

-

Active mailboxes

08 / What people say

Loved by businesses everywhere

See why teams choose Mailmark for their email campaigns.

We switched all our outreach campaigns to Mailmark. Setting up our domain took 5 minutes, and now every campaign goes out from our own address. Open rates jumped 30%.

MU

Mailmark User

Head of Sales

Finally, one platform for running email campaigns with real deliverability. No more juggling Mailchimp, a warming tool, and a separate inbox for replies.

SE

Seasoned Entrepreneur

Startup Founder

The campaign tools are powerful and the reply management feels just like Gmail. I run outreach from sales@ and newsletters from updates@, all in one place.

MU

Mailmark User

Marketing Director

Built with

Convex
Clerk
Vercel
09 / Pricing

Priced by how much you ship

Starter and Pro include a 7-day free trial. Billing details are taken when you start it, nothing is charged until day 8, and cancelling before then costs you nothing.

Try Starter or Pro free for 7 days with full access. Cancel anytime during the trial, no charge.

Starter

$10/per month

7-day free trial included

Perfect for your first product's email.

  • 1,000 emails / month
  • 500 contacts
  • 1 custom domain
  • 3 mailboxes
  • Full email UI
  • User campaigns
  • REST API & npm SDK
  • Basic support
Most Popular

Pro

$50/per month

7-day free trial included

For developers running several products at once.

  • 25,000 emails / month
  • 10,000 contacts
  • 5 custom domains
  • Unlimited mailboxes
  • Full email UI
  • User campaigns
  • REST API & npm SDK
  • Priority support

Business

$100/per month

For a whole portfolio of products, with room to grow.

  • 100,000 emails / month
  • 50,000 contacts
  • Unlimited domains
  • Unlimited mailboxes
  • Full email UI
  • User campaigns
  • REST API & npm SDK
  • Dedicated support
10 / Questions

Frequently asked questions

Everything you need to know about Mailmark.

Put all your products’ email in one place

Add your domains, create mailboxes, send updates to your users, and wire up the API, all from one dashboard. Try free for 7 days, no credit card required.