Attach multiple files to mail message

This commit is contained in:
Roman Isko
2020-04-07 11:14:31 +03:00
parent 1733012f4d
commit c2ca628a67
3 changed files with 16 additions and 8 deletions

View File

@ -21,6 +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
# Optional attachments
attach_files: attachments.zip,git.diff,./dist/static/main.js
```