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.
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