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:
parent
9d08f67c07
commit
180cb06e41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue