Resend 이메일
Official Resend email provider plugin for EmDash CMS.
플러그인
Resend 이메일
Official Resend email provider plugin for EmDash CMS.
The official Resend email provider plugin for EmDash CMS. Delivers transactional emails through Resend’s modern email API.
Installation
import plugin from "emdash-plugin-resend";
export default defineConfig({
integrations: [
emdash({
plugins: [plugin()],
}),
],
});
Configuration
Configure your Resend API key and sender details in the EmDash admin panel after installation.
Usage scenarios
- Modern email delivery — use Resend’s developer-friendly API for reliable transactional email.
- Teams using Resend — integrate directly without custom code.