mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-23 07:09:06 +07:00
Add replyTo field support (#41)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:

committed by
GitHub

parent
f1b626cfd4
commit
3ce6fdc63e
@ -23,6 +23,8 @@ An action that simply sends a mail to multiple recipients.
|
||||
cc: kyloren@example.com,leia@example.com
|
||||
# Optional blind carbon copy recipients
|
||||
bcc: r2d2@example.com,hansolo@example.com
|
||||
# Optional recipient of the email response
|
||||
reply_to: luke@example.com
|
||||
# Optional unsigned/invalid certificates allowance:
|
||||
ignore_cert: true
|
||||
# Optional content type (defaults to text/plain):
|
||||
|
Reference in New Issue
Block a user