mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
README: mention globbing
This commit is contained in:
parent
b9bedb34a4
commit
ed3b30ffe7
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user