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

Email Plugin

Transactional email via Elastic Email. Free — MIT licensed.

Install

nself plugin install email

No license key required.

Description

Transactional email via Elastic Email. Send, template, and track emails.

Category: communication. Current version: 1.0.0.

Configuration

Env Var Default Description
ELASTIC_EMAIL_API_KEY (required) Elastic Email API key
ELASTIC_EMAIL_FROM (required) Default From address
NSELF_DB_URL (required) PostgreSQL connection string
EMAIL_PLUGIN_PORT 9008 HTTP server port
NSELF_LICENSE_KEY (required) License key

Ports

Port Purpose
9008 Email service port

Database Schema

3 table(s) added to your Postgres database:

  • np_email_messages
  • np_email_templates
  • np_email_events

Examples

nself plugin install email

Source

plugins/email/

Manifest: plugins/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