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.