console-plugin-email

command
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Command console-plugin-email is a Console notifier plugin that delivers events as plain-text email over SMTP, served over gRPC (hashicorp/go-plugin). The host (console) launches it as a subprocess; it is not run directly.

It reads its configuration from the environment:

SMTP_HOST      SMTP server hostname              (required)
SMTP_PORT      SMTP server port                  (default "587")
SMTP_USERNAME  PLAIN-auth username, if any       (optional)
SMTP_PASSWORD  PLAIN-auth password, if any       (optional)
EMAIL_FROM     sender address                    (required)
EMAIL_TO       comma-separated recipient list     (required)

It exits if any required value is missing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL