From 1733012f4d5ee60dacf8f018f542c6d4e3534537 Mon Sep 17 00:00:00 2001 From: Roman Isko Date: Tue, 7 Apr 2020 09:55:36 +0300 Subject: [PATCH] Add example in doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28e5c079..1a2f66dc 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ An action that simply sends a mail to multiple recipients. from: Luke Skywalker # # Optional content type (defaults to text/plain): content_type: text/html + # Optional single file attachment + attach_file: attachments.zip ```