mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
Update local.config.php
This commit is contained in:
parent
26a6fc1298
commit
189463d604
1 changed files with 18 additions and 0 deletions
|
@ -44,4 +44,22 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'mail' => [
|
||||
'transport' => [
|
||||
'type' => 'smtp',
|
||||
'options' => [
|
||||
'name' => 'localhost',
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 25, // 465 for 'ssl', and 587 for 'tls'
|
||||
'connection_class' => 'smtp', // 'plain', 'login', or 'crammd5'
|
||||
'connection_config' => [
|
||||
'username' => null,
|
||||
'password' => null,
|
||||
'ssl' => null, // 'ssl' or 'tls'
|
||||
'use_complete_quit' => true,
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue