smtp-integrator

SMTP Integrator

Channel Revision Published Runs on
latest/stable 93 23 Sep 2025
Ubuntu 22.04
latest/edge 118 20 Feb 2026
Ubuntu 22.04
juju deploy smtp-integrator --channel edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • 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_secret is also set, that value takes precedence.

  • password_secret | secret

    The Juju secret ID containing the SMTP AUTH password. If password is 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