README: update

[skip ci]
This commit is contained in:
Dawid Dziurla 2021-04-25 16:45:57 +02:00
parent 16ca24fcf8
commit c88d504a7c
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -2,11 +2,19 @@
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
```yaml
- name: Send mail
uses: dawidd6/action-send-mail@v2
uses: dawidd6/action-send-mail@v3
with:
# Required mail server address:
server_address: smtp.gmail.com