mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 22:34:06 +07:00
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:
@ -60,6 +60,10 @@ Some features:
|
||||
attachments: attachments.zip,git.diff,./dist/static/*.js
|
||||
# Optional priority: 'high', 'normal' (default) or 'low'
|
||||
priority: low
|
||||
# Optional nodemailerlog: true/false
|
||||
nodemailerlog: false
|
||||
# Optional nodemailerdebug: true/false if true lognodem will also be set true
|
||||
nodemailerdebug: false
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
Reference in New Issue
Block a user