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

@ -26,6 +26,9 @@ inputs:
from:
description: Full name of mail sender (might be with an email address specified in <>)
required: true
secure:
description: Whether this connection use TLS (default is true if server_port is 465)
required: false
body:
description: Body of mail message (might be a filename prefixed with file:// to read from)
required: false