Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-01-05 04:08:03 +0300
committerGitHub <noreply@github.com>2021-01-05 04:08:03 +0300
commit185e41fe7717d0018cec7deb073d0cfc5de8334f (patch)
treef35262d5df187cf2fca1718732c7e06706be97e7 /config
parent27241f171961cfc8198d6356e5e579c3bf547aa5 (diff)
Make it possible to configure smtp to use no encryption (#17039)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 010d2cf764..71d3366e94 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -995,7 +995,7 @@ host = ; SMTP server address
type = ; SMTP Auth type. By default: NONE. For example: LOGIN
username = ; SMTP username
password = ; SMTP password
-encryption = ; SMTP transport-layer encryption, either 'ssl', 'tls', or empty (i.e., none).
+encryption = ; SMTP transport-layer encryption, either 'none', 'ssl', 'tls', or empty (i.e., auto).
[proxy]
type = BASIC ; proxy type for outbound/outgoing connections; currently, only BASIC is supported