Skip to content

Transactional Email

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Transactional Email Plugin

Provider-agnostic transactional email: template rendering, per-tenant domain management, SPF/DKIM reporting, delivery webhook relay. Free — MIT licensed.

Install

nself plugin install transactional-email

No license key required.

Description

Provider-agnostic transactional email: template rendering, per-tenant domain management, SPF/DKIM reporting, delivery webhook relay.

Category: communication. Current version: 1.1.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
EMAIL_DEFAULT_PROVIDER - -
EMAIL_ELASTIC_API_KEY - -
EMAIL_SMTP_HOST - -
EMAIL_SMTP_PORT 3822 -
EMAIL_SMTP_USER - -
EMAIL_SMTP_PASS - -
EMAIL_POSTMARK_SERVER_TOKEN - -
EMAIL_RATE_LIMIT_RPM - -
EMAIL_WEBHOOK_SECRET - -
TRANSACTIONAL_EMAIL_PROVIDER - -

Ports

Port Purpose
3822 Transactional Email service port

Database Schema

3 table(s) added to your Postgres database:

  • np_email_domains
  • np_email_messages
  • np_email_templates

Examples

nself plugin install transactional-email

Source

plugins/transactional-email/

Manifest: plugins/transactional-email/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally