Cloudflare 郵件 (CoastWeb)

Cloudflare Email Service plugin for EmDash CMS by CoastWeb.

外掛

Cloudflare 郵件 (CoastWeb)

Cloudflare Email Service plugin for EmDash CMS by CoastWeb.

  • 分類: Mail
  • 狀態: 可用
  • 版本: 0.1.1
  • 價格: Free

An EmDash CMS plugin that adds email sending through Cloudflare Email Service as an email provider. Cloudflare Workers only — uses Cloudflare’s cloudflare:email runtime API.

Installation

npm install @coastweb/emdash-plugin-cloudflare-email
  1. Add the SEND_EMAIL binding in wrangler.jsonc
  2. Register the plugin in astro.config.mjs (trusted mode)
  3. Set the from address in EmDash admin → Plugins → Cloudflare Email → Settings

How it works

This plugin registers as the email:deliver transport. When another plugin calls ctx.email.send(), this plugin handles delivery via the Cloudflare SEND_EMAIL Workers binding.