Postmark Email

Send EmDash CMS emails through Postmark with delivery logs and webhook tracking.

Plugin

Postmark Email

Send EmDash CMS emails through Postmark with delivery logs and webhook tracking.

  • Category: Mail
  • Status: available
  • Version: 0.2.0
  • Price: Free
  • Compatibility: emdash >= 0.9.0
  • Maintainer: drudge

Send EmDash CMS emails through Postmark — settings parity with the official WordPress plugin, plus a delivery log, real-time webhook tracking (deliveries, bounces, opens, clicks), and live stream + sender pickers.

Installation

pnpm add emdash-plugin-postmark
import { postmarkPlugin } from "emdash-plugin-postmark";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [postmarkPlugin()],
    }),
  ],
});

For a sandboxed install (Cloudflare Workers), use sandboxed: [postmarkPlugin()] instead. The plugin is identical in both modes.

Capabilities

  • hooks.email-transport:register — registers as an email transport
  • network:request — communicates with api.postmarkapp.com

Requirements

  • emdash >= 0.9.0