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.