Initial release: emdash-plugin-postmark v0.1.0#1
Merged
Conversation
Open-source EmDash CMS plugin that delivers email through Postmark. Sandbox-compatible (Cloudflare Workers / V8 isolates), publishes to the EmDash plugin marketplace. Features: - Exclusive email:deliver provider with retries on 5xx/429/network errors - Block Kit admin: settings form, status banner, recent deliveries table, 7-day stats widget - Live pickers: message streams (server token) and sender signatures (account token) - Webhook receiver at /_emdash/api/plugins/postmark/webhook tracks delivery, bounce, spam, open, and click events with a per-installation 192-bit URL-safe random secret - Source-aware Postmark Tag + Metadata for filtering EmDash sends - WordPress-compatible env-var overrides (POSTMARK_API_KEY, POSTMARK_SENDER_ADDRESS, POSTMARK_STREAM_NAME) - 102 vitest tests with high line/branch coverage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
email:deliverprovider with retries on 5xx/429/network errors.network:fetchcapability scoped toapi.postmarkapp.com. WordPress-compatible env-var overrides (POSTMARK_API_KEY,POSTMARK_SENDER_ADDRESS,POSTMARK_STREAM_NAME).Test plan
Make active providersucceedsDelivery,Bounce,Open,Clickevents update the logpnpm typecheck && pnpm test:coverage && pnpm buildpass in CI