SMTP Integrator

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 15 02 Jan 2024
Ubuntu 22.04
latest/edge 30 03 May 2024
Ubuntu 22.04
juju deploy smtp-integrator
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

  • port | int

    Default: 25

    The port of the outgoing SMTP relay

  • 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