Resend 이메일

Official Resend email provider plugin for EmDash CMS.

플러그인

Resend 이메일

Official Resend email provider plugin for EmDash CMS.

  • 카테고리: Mail
  • 상태: 사용 가능
  • 버전: 0.2.0
  • 가격: Free

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.