mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge 212d30cea4 into d0929a5883
This commit is contained in:
commit
1704fa28df
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ class EmailChannel
|
||||||
} elseif ($isSmtpEnabled) {
|
} elseif ($isSmtpEnabled) {
|
||||||
$encryption = match (strtolower($settings->smtp_encryption)) {
|
$encryption = match (strtolower($settings->smtp_encryption)) {
|
||||||
'starttls' => null,
|
'starttls' => null,
|
||||||
'tls' => 'tls',
|
'tls' => true,
|
||||||
'none' => null,
|
'none' => false,
|
||||||
default => null,
|
default => null,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue