Email SMTP

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

Estensione

Email SMTP

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

  • Categoria: Mail
  • Stato: Disponibile
  • Versione: 0.3.4
  • Prezzo: 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.