mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
set smtp as default in setup wizard
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'version' => '1.7',
|
||||
'version' => '1.7.2',
|
||||
|
||||
'pages' => [
|
||||
[
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -236,7 +236,7 @@
|
||||
bucket: '',
|
||||
},
|
||||
mail: {
|
||||
driver: '',
|
||||
driver: 'smtp',
|
||||
host: '',
|
||||
port: '',
|
||||
username: '',
|
||||
|
||||
Reference in New Issue
Block a user