SMTP Integrator
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 93 | 23 Sep 2025 | |
| latest/edge | 118 | 20 Feb 2026 |
juju deploy smtp-integrator --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
auth_type | string
Default: none
The type used to authenticate with the SMTP relay. It has to be one of "none", "not_provided" or "plain"
-
domain | string
The domain used by the sent emails from SMTP relay
-
host | string
The hostname or IP address of the outgoing SMTP relay
-
password | string
The SMTP AUTH password to use for the outgoing SMTP relay If
password_secretis also set, that value takes precedence. -
password_secret | secret
The Juju secret ID containing the SMTP AUTH password. If
passwordis also set, this value takes precedence. -
port | int
Default: 25
The port of the outgoing SMTP relay
-
recipients | string
Optional comma-separated list of recipient email addresses (e.g. "a@x.com,b@y.com").
-
skip_ssl_verify | boolean
Specifies if certificate trust verification is skipped in the SMTP relay
-
smtp_sender | string
Optional sender email address for outgoing notifications (e.g. "no-reply@example.com").
-
transport_security | string
Default: none
The security protocol to use for the outgoing SMTP relay. It has to be one of "none", "starttls" or "tls"
-
user | string
The SMTP AUTH user to use for the outgoing SMTP relay