From c88d504a7c7e8c41f5fdf5780cc03f45a0039b2c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 25 Apr 2021 16:45:57 +0200 Subject: [PATCH] README: update [skip ci] --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5e22a2..9a52ecd4 100644 --- a/README.md +++ b/README.md @@ -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