Add envelope-from and envelope-to options (#224)

* Add envelope-from and envelope-to options

* update readme
This commit is contained in:
Shane Krueger
2025-04-08 14:36:45 -04:00
committed by GitHub
parent e04abb1cc1
commit abb4c87fd6
3 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,12 @@ inputs:
nodemailerdebug:
description: Debug option for nodemailer
required: false
envelope_from:
description: Custom envelope sender address for SMTP MAIL FROM command
required: false
envelope_to:
description: Custom envelope recipient addresses for SMTP RCPT TO command (separated with comma)
required: false
runs:
using: node20
main: main.js