Cloudflare E-Mail (CoastWeb)
Cloudflare Email Service-Plugin für EmDash CMS von CoastWeb.
Erweiterung
Cloudflare E-Mail (CoastWeb)
Cloudflare Email Service-Plugin für EmDash CMS von CoastWeb.
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
- Add the
SEND_EMAILbinding inwrangler.jsonc - Register the plugin in
astro.config.mjs(trusted mode) - 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.