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
180cb06e41
commit
637754a12a
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ $config = [
|
|||
'auth' => true, // Enable SMTP authentication
|
||||
'username' => '__APP__', // SMTP username
|
||||
'password' => '__MAIL_PWD__', // SMTP password
|
||||
'secure' => 'ssl', // Enable encryption (false, tls or ssl)
|
||||
'port' => 465, // TCP port to connect to
|
||||
'secure' => false, // Enable encryption (false, tls or ssl)
|
||||
'port' => 25, // TCP port to connect to
|
||||
],
|
||||
/* home */
|
||||
'show_what_is_that' => false, // display "how to use" section
|
||||
|
|
Loading…
Add table
Reference in a new issue