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.