Lettermint 이메일

Lettermint email provider plugin for EmDash CMS — EU-based email delivery service.

플러그인

Lettermint 이메일

Lettermint email provider plugin for EmDash CMS — EU-based email delivery service.

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

Sends all EmDash emails (password resets, notifications, etc.) through Lettermint’s EU-based email delivery service. The plugin registers as an EmDash email provider using the email:deliver hook and is platform-independent.

Installation

npm install @jdevalk/emdash-plugin-lettermint
import lettermintPlugin from "@jdevalk/emdash-plugin-lettermint";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [lettermintPlugin()],
    }),
  ],
});

Configuration

In the EmDash admin panel, go to the Lettermint plugin settings and configure:

  • API token — your Lettermint API token from dash.lettermint.co
  • From address — your default sender address

Requirements

  • A Lettermint account with a verified sending domain
  • An API token from your Lettermint dashboard