mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 14:24:04 +07:00
Made "to" optional (incase cc or bcc is provided) (#183)
* Added made to optional (incase cc or bcc is provided) * updated action.yml
This commit is contained in:
@ -23,7 +23,7 @@ inputs:
|
||||
required: true
|
||||
to:
|
||||
description: Recipients mail addresses (separated with comma)
|
||||
required: true
|
||||
required: false
|
||||
from:
|
||||
description: Full name of mail sender (might be with an email address specified in <>)
|
||||
required: true
|
||||
|
Reference in New Issue
Block a user