E-mail Cloudflare (CoastWeb)

Cloudflare Email Service plugin for EmDash CMS by CoastWeb.

Extension

E-mail Cloudflare (CoastWeb)

Cloudflare Email Service plugin for EmDash CMS by CoastWeb.

  • Catégorie: Mail
  • Statut: Disponible
  • Version: 0.1.1
  • Prix: 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.