mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
EventManager: add content type option for email config
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
da30389989
commit
bbaca578cd
8 changed files with 50 additions and 10 deletions
|
|
@ -7092,6 +7092,15 @@ components:
|
|||
type: string
|
||||
body:
|
||||
type: string
|
||||
content_type:
|
||||
type: integer
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
description: |
|
||||
Content type:
|
||||
* `0` text/plain
|
||||
* `1` text/html
|
||||
attachments:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue