mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-01 11:17:15 +07:00
Add cc & bcc
This commit is contained in:

committed by
Dawid Dziurla

parent
2095e6ffe3
commit
ee4d8deb11
@ -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
|
||||
|
Reference in New Issue
Block a user