SMTP E-Mail
Vertrauenswürdiges SMTP- und Transaktions-E-Mail-Plugin für EmDash CMS.
Erweiterung
SMTP E-Mail
Vertrauenswürdiges SMTP- und Transaktions-E-Mail-Plugin für EmDash CMS.
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.