README: optional address in from input

This commit is contained in:
Dawid Dziurla 2020-03-25 16:30:22 +01:00 committed by GitHub
parent 296e585baf
commit 56a64662b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ An action that simply sends a mail to multiple recipients.
# Read file contents as body: # Read file contents as body:
body: file://README.md body: file://README.md
to: obiwan@tatooine.com,yoda@dagobah.com to: obiwan@tatooine.com,yoda@dagobah.com
from: Luke Skywalker from: Luke Skywalker # <user@example.com>
# Optional content type (defaults to text/plain): # Optional content type (defaults to text/plain):
content_type: text/html content_type: text/html
``` ```