README: mention ignore_cert

This commit is contained in:
Dawid Dziurla 2021-04-02 00:02:58 +02:00
parent a2f920a18b
commit 5b924828c0
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -23,6 +23,8 @@ An action that simply sends a mail to multiple recipients.
cc: kyloren@example.com,leia@example.com
# Optional blind carbon copy recipients
bcc: r2d2@example.com,hansolo@example.com
# Optional unsigned/invalid certificates allowance:
ignore_cert: true
# Optional content type (defaults to text/plain):
content_type: text/html
# Optional converting Markdown to HTML (set content_type to text/html too):