emdash-plugin-resend
v0.2.0
Published
Official Resend email provider plugin for EmDash CMS
Maintainers
Readme
emdash-plugin-resend
The official Resend email provider plugin for EmDash CMS.
Requires EmDash 0.5+. Works in both sandbox and trusted plugin modes.
Installation
npm install emdash-plugin-resendSetup
In your astro.config.mjs:
import { defineConfig } from "astro/config";
import emdash from "emdash/astro";
import resend from "emdash-plugin-resend";
export default defineConfig({
integrations: [
emdash({
plugins: [resend()],
}),
],
});Navigate to your EmDash Admin panel -> Resend Settings to add your API key and default From Address.
