mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
README: update
[skip ci]
This commit is contained in:
parent
16ca24fcf8
commit
c88d504a7c
10
README.md
10
README.md
@ -2,11 +2,19 @@
|
|||||||
|
|
||||||
An action that simply sends a mail to multiple recipients.
|
An action that simply sends a mail to multiple recipients.
|
||||||
|
|
||||||
|
Some features:
|
||||||
|
- plain text body
|
||||||
|
- HTML body
|
||||||
|
- multipart body (plain text + HTML)
|
||||||
|
- Markdown to HTML converting
|
||||||
|
- file attachments
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Send mail
|
- name: Send mail
|
||||||
uses: dawidd6/action-send-mail@v2
|
uses: dawidd6/action-send-mail@v3
|
||||||
with:
|
with:
|
||||||
# Required mail server address:
|
# Required mail server address:
|
||||||
server_address: smtp.gmail.com
|
server_address: smtp.gmail.com
|
||||||
|
Loading…
Reference in New Issue
Block a user