MARTECHSIGNAL

Postmark Review

Transactional email API with separated message streams, an MCP server, and published delivery numbers

Email Marketing · Freemium

Overview

Postmark is a transactional email service owned by ActiveCampaign, which acquired it from Wildbit in May 2022 and kept it as a standalone product: the site footer still reads Made with heart at ActiveCampaign, and the company's own FAQ says there is no plan to roll Postmark into ActiveCampaign's marketing platform. Focus is the product. Postmark runs parallel but separate sending infrastructure for transactional and broadcast traffic and states that the two never intersect, including IP ranges, so a marketing blast cannot degrade password-reset deliverability. Servers expose message streams, three by default (outbound transactional, broadcasts, inbound) and up to ten per server, with inbound processing reserved for Pro and Platform plans. Speed claims are specific rather than vague: up to 4x faster than the competition, and a March 2026 post details the completed migration from PowerMTA to the open-source KumoMTA, with average queue times of about 1.2 seconds to Gmail and 6.3 seconds to Apple. Full message content and history is stored for 45 days by default, adjustable from 7 to 365 days with the retention add-on, while aggregate statistics are kept indefinitely. Pricing was restructured in August 2025: Free (100 emails a month, no overages), then Basic $15, Pro $16.50, and Platform $18 a month, all starting at 10,000 emails, with published volume tiers up to 1.5 million messages and no annual billing. The REST API is the same well-documented surface as ever, with official libraries for seven supported languages plus WordPress, Craft, and Zapier options. 2026 shipped a bulk email API (500 messages per request, 50MB payloads), webhooks that verify themselves, IP allowlisting, an MCP server with 24 tools, and agent skills. What Postmark does not do matters as much: no list management, no campaign builder, no automation. It pairs with a marketing ESP rather than replacing one.

Screenshot of the Postmark homepage
Postmark homepage, captured September 2026. Vendor page shown as a dated reference capture; all site content belongs to its owner.

AI Capabilities

  • MCP server with 24 tools and delivery diagnostics
  • Agent Skills for coding agents
  • Documented AI prompt library for dev tools

Key Integrations

SlackZapierWordPressCustomer.ioSupabaseStripeNetlifyDatadog

Pricing

Postmark is freemium, with a free tier to start, paid plans start at $15/mo.

Free plan 100 emails/mo (no overages); Basic $15/mo, Pro $16.50/mo, Platform $18/mo, each starting at 10,000 emails; no annual billing; dedicated IPs from $50/mo for 300k+/mo senders

Current plans and limits live on the Postmark pricing page.

How to install

  1. No install: hosted SaaS. Signup is at account.postmarkapp.com/sign_up, and the documented onboarding order is: create your first Server, verify a Sender Signature or Domain, understand message streams, then send a first test email.
  2. Grab a token: select your server, click API Tokens, and copy the Server API token (header X-Postmark-Server-Token); account-level calls use X-Postmark-Account-Token against https://api.postmarkapp.com. The POSTMARK_API_TEST token exercises the API without sending mail.
  3. Approval gate: until the account is approved, sends are delivered only to the account owner's own verified address, and the API returns error 412 when a recipient does not share the From address's domain.
  4. Official libraries cover the seven supported languages: npm install postmark, pip install postmark-python, gem install postmark, composer require wildbit/postmark-php, dotnet add package Postmark, plus Rails, Java, CLI, WordPress, and Craft packages.
  5. For agents, add the official MCP server (24 tools as of July 2026, including delivery diagnostics) or the five documented Postmark Skills; the developer docs also publish ten copy-paste AI prompts for Cursor, Copilot, Claude, and ChatGPT.

Requirements

A verified sending identity (a single sender signature or a domain with DKIM), a server API token, and an approved account before you can mail anyone but yourself. The Email API accepts requests up to 10MB and batch requests up to 50MB, with a maximum of 500 messages per batch and 50 recipients across To, Cc, and Bcc. No numeric API rate limit is published; over-limit requests return HTTP 429. Bulk sending requires approval.

Best for

Application teams that need password resets, receipts, and notifications to arrive fast and never want marketing traffic anywhere near that reputation: separate streams with separate IP ranges, a 45-day full message history, and delivery numbers Postmark publishes. The 2026 bulk API and MCP server also make it workable for agent-driven sending.

Not for

Newsletters and marketing campaigns: there is no list management, campaign builder, or automation, and broadcast streams exist precisely so that traffic lives elsewhere. Also not for the price-per-email sensitive at high volume, since $15 buys 10,000 emails where bulk providers charge far less, and annual billing is not offered.

Review notes

Assessed from postmarkapp.com, the developer docs, and the updates page in September 2026; we have no Postmark account and have not sent through it. The documentation is unusually complete: API error codes are documented inline with their exact strings, and webhook retry behavior is spelled out (1, 5, 10, 10, 10, then 15 minutes before Postmark gives up on an event).

Corrections against our earlier record. The note claiming Postmark was Twilio was wrong: ActiveCampaign announced the acquisition on May 3, 2022, remains the owner in 2026, and its GitHub organization owns every official Postmark repository. Our three listed AI features (spam filtering, delivery optimization, bounce analysis) appear nowhere on postmarkapp.com and are removed; the real AI story is tooling for agents, not AI features. And the 'about one second' delivery claim is gone from the site, replaced by 'up to 4x faster than the competition' with post-migration queue times per mailbox provider.

Two structural facts our record missed. Message streams are three, not two: outbound, broadcasts, and inbound, up to ten per server, with inbound processing gated to Pro and Platform. And the August 2025 pricing restructure created Basic, Pro, and Platform at $15, $16.50, and $18 for 10,000 emails a month, where dedicated IPs start at $50 a month and require senders above 300,000 a month on Pro or higher.

The KumoMTA migration (completed March 2026) is the most interesting public engineering note: Postmark moved off PowerMTA to the open-source MTA and published before-and-after queue times for Gmail, Yahoo, Microsoft, and Apple. Publishing those numbers is not something most ESPs do, and it is the kind of evidence that makes the status page worth trusting.

Provenance has to stay honest here: postmarkapp.com publishes no founding date and no headquarters address. The 2022 acquisition post describes founders Natalie and Chris Nagele having run Wildbit for 21 years, and a March 2026 post cites 16 years of sending reputation, so we dropped our earlier 'founded 2009' claim rather than restate it.

Verdict

The transactional specialist, now with agent tooling and a published engineering track record; pay the per-email premium for mail where speed and reputation are revenue.

Pros and cons

ProsCons
AI capabilities: MCP server with 24 tools and delivery diagnostics Paid plans start at $15/mo once past the free tier
Native integrations include Slack, Zapier, WordPress (8 listed) Closed source - no self-hosting option
Free tier to evaluate before committing (Free plan 100 emails/mo (no overages); Basic $15/mo, Pro $16)

Building your martech shortlist?

The weekly newsletter: one tool teardown, one workflow, no fluff. Free.

Subscribe

Frequently asked questions

What is Postmark?

Transactional email API with separated message streams, an MCP server, and published delivery numbers. It ships with MCP server with 24 tools and delivery diagnostics, 8 listed integrations. MartechSignal's review covers features, pricing, and how it compares to alternatives.

How much does Postmark cost?

Postmark has a free tier; paid plans start at $15/mo.

Is Postmark a good Email Marketing tool in 2026?

The transactional specialist, now with agent tooling and a published engineering track record; pay the per-email premium for mail where speed and reputation are revenue.

Does Postmark support marketing email?

Yes, with boundaries. Every server gets three default streams: outbound (transactional), broadcasts, and inbound, and a server can hold up to ten streams. Postmark states that transactional and broadcast traffic never intersect, including IP ranges, so broadcasts run on their own infrastructure. What it does not offer is the rest of the marketing job: no list management, no campaign builder, no automation. Inbound processing is limited to Pro and Platform plans.

What does Postmark cost after the free plan?

The free plan covers 100 emails a month with no overages. Paid plans all start at 10,000 emails a month: Basic at $15, Pro at $16.50, and Platform at $18, with overage rates of $1.80, $1.30, and $1.20 per thousand respectively. Volume pricing is published up to 1.5 million emails a month ($775, $852.50, and $930), beyond which you contact sales. Dedicated IPs start at $50 a month for senders above 300,000 a month on Pro or higher, retention upgrades start at $5 a month, and DMARC monitoring starts at $14 per domain. There is no annual billing option.

What do Postmark's MCP server and agent skills do?

Postmark ships tooling for AI agents rather than AI features. The official MCP server reached version 2.0 in July 2026 with 24 tools, including delivery diagnostics, and five open-source Postmark Skills teach coding agents to send email. The developer docs also publish ten copy-paste prompts for Cursor, Copilot, Claude, and ChatGPT, plus an llms.txt file for assistant context. Everything still sends through the same REST API and your server token, so the agent path adds no new deliverability behavior.

Similar Tools