From 4f26c8c5d7996f22d8fc79b6d3acb11217b72671 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 14:04:21 +0100 Subject: [PATCH] README: mention default value of content_type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90013e41..4dece4b5 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: + # Optional content type (defaults to text/plain): content_type: text/html ```