SMTP Integrator
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 45 | 19 Aug 2024 | |
latest/edge | 52 | 07 Oct 2024 |
juju deploy smtp-integrator
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
-
port | int
Default: 25
The port of the outgoing SMTP relay
-
skip_ssl_verify | boolean
Specifies if certificate trust verification is skipped in the 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