SMTP 郵件

Trusted full-parity SMTP and transactional email plugin for EmDash CMS.

外掛

SMTP 郵件

Trusted full-parity SMTP and transactional email plugin for EmDash CMS.

  • 分類: Mail
  • 狀態: 可用
  • 版本: 0.3.4
  • 價格: Free

The trusted SMTP plugin for EmDash with the full feature set: shared provider catalog, generic SMTP, provider-specific setups, local sendmail, Block Kit admin pages for providers and logs, and delivery fallback support.

Installation

pnpm add emdash-smtp
import { emdashSmtp } from "emdash-smtp";

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

When to use this package

Choose the trusted package if you need generic SMTP, local sendmail delivery, maximum provider compatibility on Node deployments, or first-party control via npm and source review.

Important

Do not install both emdash-smtp (trusted) and emdash-smtp-marketplace (sandboxed) together. Choose one runtime path per site.