mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
improved email setup
This commit is contained in:
Vendored
+4
-2
@@ -1,5 +1,3 @@
|
||||
import i18n from '../../i18n'
|
||||
|
||||
const defaultState = {
|
||||
mailEncryptionList: [
|
||||
{
|
||||
@@ -10,6 +8,10 @@ const defaultState = {
|
||||
label: 'SSL',
|
||||
value: 'ssl',
|
||||
},
|
||||
{
|
||||
label: 'None',
|
||||
value: '',
|
||||
},
|
||||
],
|
||||
mailDriverList: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user