From 56a64662b44f47c151bd224b7d19990a169cfc28 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 25 Mar 2020 16:30:22 +0100 Subject: [PATCH] README: optional address in from input --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dece4b5..91106d44 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An action that simply sends a mail to multiple recipients. # Read file contents as body: body: file://README.md to: obiwan@tatooine.com,yoda@dagobah.com - from: Luke Skywalker + from: Luke Skywalker # # Optional content type (defaults to text/plain): content_type: text/html ```