set smtp as default in setup wizard

This commit is contained in:
carodej
2020-07-22 10:13:04 +02:00
parent 35e1262676
commit 032f4f357a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return [ return [
'version' => '1.7', 'version' => '1.7.2',
'pages' => [ 'pages' => [
[ [
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -236,7 +236,7 @@
bucket: '', bucket: '',
}, },
mail: { mail: {
driver: '', driver: 'smtp',
host: '', host: '',
port: '', port: '',
username: '', username: '',