Add example in doc

This commit is contained in:
Roman Isko 2020-04-07 09:55:36 +03:00
parent a5cba0b6c1
commit 1733012f4d

View File

@ -21,4 +21,6 @@ An action that simply sends a mail to multiple recipients.
from: Luke Skywalker # <user@example.com>
# Optional content type (defaults to text/plain):
content_type: text/html
# Optional single file attachment
attach_file: attachments.zip
```