Postmark E-Mail

Senden Sie EmDash CMS-E-Mails über Postmark mit Zustellprotokollen und Webhook-Tracking.

Erweiterung

Postmark E-Mail

Senden Sie EmDash CMS-E-Mails über Postmark mit Zustellprotokollen und Webhook-Tracking.

  • Kategorie: Mail
  • Status: Verfügbar
  • Version: 0.2.0
  • Preis: Free

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