generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
32 lines (31 loc) · 1.04 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.
options:
host:
description: The hostname or IP address of the outgoing SMTP relay
type: string
port:
description: The port of the outgoing SMTP relay
type: int
default: 25
user:
description: The SMTP AUTH user to use for the outgoing SMTP relay
type: string
password:
description: The SMTP AUTH password to use for the outgoing SMTP relay
type: string
auth_type:
description: The type used to authenticate with the SMTP relay. It has to be one of "none", "not_provided" or "plain"
type: string
default: "none"
transport_security:
description: The security protocol to use for the outgoing SMTP relay. It has to be one of "none", "starttls" or "tls"
type: string
default: "none"
domain:
description: The domain used by the sent emails from SMTP relay
type: string
skip_ssl_verify:
description: Specifies if certificate trust verification is skipped in the SMTP relay
type: boolean
default: false