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-15 12:16:05 +01:00
parent 180cb06e41
commit 637754a12a

View file

@ -92,8 +92,8 @@ $config = [
'auth' => true, // Enable SMTP authentication 'auth' => true, // Enable SMTP authentication
'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' => false, // Enable encryption (false, tls or ssl)
'port' => 465, // TCP port to connect to 'port' => 25, // 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