README: mention default value of content_type

This commit is contained in:
Dawid Dziurla 2020-03-24 14:04:21 +01:00
parent 7131984219
commit 4f26c8c5d7
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -19,6 +19,6 @@ An action that simply sends a mail to multiple recipients.
body: file://README.md
to: obiwan@tatooine.com,yoda@dagobah.com
from: Luke Skywalker
# Optional content type:
# Optional content type (defaults to text/plain):
content_type: text/html
```