Postmark 이메일

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

플러그인

Postmark 이메일

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

  • 카테고리: Mail
  • 상태: 사용 가능
  • 버전: 0.2.0
  • 가격: 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