mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 16:54:05 +07:00
Add cc & bcc
This commit is contained in:

committed by
Dawid Dziurla

parent
2095e6ffe3
commit
ee4d8deb11
@ -19,6 +19,10 @@ An action that simply sends a mail to multiple recipients.
|
||||
body: file://README.md
|
||||
to: obiwan@tatooine.com,yoda@dagobah.com
|
||||
from: Luke Skywalker # <user@example.com>
|
||||
# Optional carbon copy recipients
|
||||
cc: kyloren@starkiller.com,leia@alderaan.com
|
||||
# Optional blind carbon copy recipients
|
||||
bcc: r2d2@jakku.com,hansolo@milleniumfalcon.com
|
||||
# Optional content type (defaults to text/plain):
|
||||
content_type: text/html
|
||||
# Optional converting Markdown to HTML (set content_type to text/html too):
|
||||
|
Reference in New Issue
Block a user