Add cc & bcc

This commit is contained in:
Jim Filippou
2020-12-16 18:16:24 +02:00
committed by Dawid Dziurla
parent 2095e6ffe3
commit ee4d8deb11
3 changed files with 15 additions and 1 deletions

View File

@ -29,6 +29,12 @@ inputs:
from:
description: Full name of mail sender (might be with an email address specified in <>)
required: true
cc:
description: Carbon copy recipients (separated with comma)
required: false
bcc:
description: Blind carbon copy recipients (separated with comma)
required: false
content_type:
description: Content-Type HTTP header (text/html or text/plain)
required: false