README: restore content_type and delete html

This commit is contained in:
Dawid Dziurla 2020-03-24 13:32:43 +01:00
parent 5d128efdd4
commit 47fc78c33b
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
# Is body a HTML document?:
html: true
# Optional content type:
content_type: text/html
```