Refactor parse attachments. Rename field

This commit is contained in:
Roman Isko
2020-04-07 11:30:45 +03:00
parent c2ca628a67
commit 02fea7e898
3 changed files with 4 additions and 14 deletions

View File

@ -22,5 +22,5 @@ An action that simply sends a mail to multiple recipients.
# Optional content type (defaults to text/plain):
content_type: text/html
# Optional attachments
attach_files: attachments.zip,git.diff,./dist/static/main.js
attachments: attachments.zip,git.diff,./dist/static/main.js
```