Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dawidd6 committed Apr 25, 2021
1 parent 16ca24f commit c88d504
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c88d504

Please sign in to comment.