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.
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 transportnetwork:request— communicates withapi.postmarkapp.com
Requirements
emdash >= 0.9.0