1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update config.php

This commit is contained in:
Éric Gaspar 2024-02-08 19:38:51 +01:00
parent 9d08f67c07
commit 180cb06e41

View file

@ -93,7 +93,7 @@ $config = [
'username' => '__APP__', // SMTP username 'username' => '__APP__', // SMTP username
'password' => '__MAIL_PWD__', // SMTP password 'password' => '__MAIL_PWD__', // SMTP password
'secure' => 'ssl', // Enable encryption (false, tls or ssl) 'secure' => 'ssl', // Enable encryption (false, tls or ssl)
'port' => 25, // TCP port to connect to 'port' => 465, // TCP port to connect to
], ],
/* home */ /* home */
'show_what_is_that' => false, // display "how to use" section 'show_what_is_that' => false, // display "how to use" section