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

@ -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):