Add cc and bcc to item mail

This commit is contained in:
Eike Kettner
2020-11-28 01:36:59 +01:00
parent d62c4a5a72
commit 7052bc6b8e
4 changed files with 72 additions and 2 deletions

View File

@ -4012,6 +4012,8 @@ components:
is ignored, if `addAllAttachments` is set to `true`.
required:
- recipients
- cc
- bcc
- subject
- body
- addAllAttachments
@ -4021,6 +4023,14 @@ components:
type: array
items:
type: string
cc:
type: array
items:
type: string
bcc:
type: array
items:
type: string
subject:
type: string
body: