mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
Add example in doc
This commit is contained in:
parent
a5cba0b6c1
commit
1733012f4d
@ -21,4 +21,6 @@ An action that simply sends a mail to multiple recipients.
|
|||||||
from: Luke Skywalker # <user@example.com>
|
from: Luke Skywalker # <user@example.com>
|
||||||
# Optional content type (defaults to text/plain):
|
# Optional content type (defaults to text/plain):
|
||||||
content_type: text/html
|
content_type: text/html
|
||||||
|
# Optional single file attachment
|
||||||
|
attach_file: attachments.zip
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user