mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-03-06 03:32:48 +07:00
Add support for custom email headers via JSON input (#264)
* Adding custom header with JSON support * Adding headers in test workflow --------- Co-authored-by: W506810_wexinc <spiros.kalogeropoulos@wexinc.com>
This commit is contained in:
committed by
GitHub
parent
7c60f8f904
commit
ba302ba66e
@@ -57,6 +57,9 @@ inputs:
|
||||
priority:
|
||||
description: Set Priority level for the mail message to 'high', 'normal' (default) or 'low'
|
||||
required: false
|
||||
headers:
|
||||
description: 'Custom headers for the mail message as a JSON string (e.g., {"X-Custom-Header": "value"})'
|
||||
required: false
|
||||
nodemailerlog:
|
||||
description: Log option for nodemailer
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user