mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
EventManager: add content type option for email config
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user