fix: add verifySSL option to mail settings

This commit is contained in:
NGPixel
2020-05-08 14:35:57 -04:00
parent 6a4b25bc28
commit 2ff0e42c1d
8 changed files with 30 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ type MailMutation {
host: String!
port: Int!
secure: Boolean!
verifySSL: Boolean!
user: String!
pass: String!
useDKIM: Boolean!
@@ -52,6 +53,7 @@ type MailConfig {
host: String!
port: Int!
secure: Boolean!
verifySSL: Boolean!
user: String!
pass: String!
useDKIM: Boolean!