mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-31 10:47:21 +07:00
Add envelope-from and envelope-to options (#224)
* Add envelope-from and envelope-to options * update readme
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user