feat(email): replace 'Enable SSL' setting with more descriptive/clear 'Encryption Method' setting (#1549)
* feat(email): replace 'Enable SSL' setting with more descriptive/clear 'Encryption Method' setting * fix: clarify settings & add true 'none' option
This commit is contained in:
@@ -1255,6 +1255,12 @@ components:
|
||||
secure:
|
||||
type: boolean
|
||||
example: false
|
||||
ignoreTls:
|
||||
type: boolean
|
||||
example: false
|
||||
requireTls:
|
||||
type: boolean
|
||||
example: false
|
||||
authUser:
|
||||
type: string
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user