From 4cc4b254889c11ec00d19598e07573e77f4de602 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 29 Feb 2020 23:10:39 +0100 Subject: [PATCH] README: content_type -> html --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90013e41..5a428538 100644 --- a/README.md +++ b/README.md @@ -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: - content_type: text/html + # Is body a HTML document?: + html: true ```