Make custom secure ports available (#51)

This commit is contained in:
a08381
2021-05-04 00:02:47 +08:00
committed by GitHub
parent 938c7ffae5
commit 98b61f505d
3 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,8 @@ Some features:
to: obiwan@example.com,yoda@example.com
# Required sender full name (address can be skipped):
from: Luke Skywalker # <user@example.com>
# Optional whether this connection use TLS (default is true if server_port is 465)
secure: true
# Optional plain body:
body: Build job of ${{github.repository}} completed successfully!
# Optional HTML body read from file: