Enable logging and debug of nodemailer (#190)

This should help A LOT to let people understand
why things go wrong in this action when talking to the mailhost
This commit is contained in:
Bernhard
2024-01-05 18:40:18 +01:00
committed by GitHub
parent 48476814b0
commit dc13c734ff
3 changed files with 14 additions and 0 deletions

View File

@ -57,6 +57,12 @@ inputs:
priority:
description: Set Priority level for the mail message to 'high', 'normal' (default) or 'low'
required: false
nodemailerlog:
description: Log option for nodemailer
required: false
nodemailerdebug:
description: Debug option for nodemailer
required: false
runs:
using: node16
main: main.js