improved email setup

This commit is contained in:
Čarodej
2022-04-01 10:14:50 +02:00
parent b1160a1327
commit 40b13acbb9
12 changed files with 754 additions and 144 deletions
+4 -2
View File
@@ -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: [
{