SMTP Email

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

Plugin

SMTP Email

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

  • Category: Mail
  • Status: available
  • Version: 0.3.4
  • Price: Free
  • Compatibility: emdash >= 0.1.0
  • Maintainer: Mason James

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.