mailery 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -86,6 +86,7 @@ A self-hosted library you `npm install` into your Express + MongoDB app. Fire ev
86
86
  - **Both transactional and marketing in one engine.** Right defaults per kind (suppression scope, sender identity, circuit-breaker behavior).
87
87
  - **Provider-agnostic.** SendGrid + NullProvider ship; Postmark / SES / Resend pluggable.
88
88
  - **Pluggable queue** — BullMQ + Redis (default) or Agenda + Mongo (no Redis required).
89
+ - **`mailery setup-sendgrid` CLI** that wires up domain auth, Cloudflare DNS records, Signed Event Webhook key, and Event Webhook URL in one idempotent command. See [docs/guide/deliverability](https://jeffjassky.github.io/mailery/guide/deliverability#automated-setup-cloudflare).
89
90
  - **MJML** templates with click + open tracking, plain-text auto-derivation, scope-aware suppression at send time.
90
91
  - **React admin SPA** (Vite-bundled, served as static assets — no build step in your app).
91
92