README: mention globbing

This commit is contained in:
Dawid Dziurla 2021-07-13 18:23:48 +02:00
parent b9bedb34a4
commit ed3b30ffe7
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -7,7 +7,7 @@ Some features:
- HTML body - HTML body
- multipart body (plain text + HTML) - multipart body (plain text + HTML)
- Markdown to HTML converting - Markdown to HTML converting
- file attachments - file attachments (supports globbing)
## Usage ## Usage
@ -47,7 +47,7 @@ Some features:
# Optional converting Markdown to HTML (set content_type to text/html too): # Optional converting Markdown to HTML (set content_type to text/html too):
convert_markdown: true convert_markdown: true
# Optional attachments: # Optional attachments:
attachments: attachments.zip,git.diff,./dist/static/main.js attachments: attachments.zip,git.diff,./dist/static/*.js
# Optional priority: 'high', 'normal' (default) or 'low' # Optional priority: 'high', 'normal' (default) or 'low'
priority: low priority: low
``` ```