Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Feb 13, 2024
1 parent 3db8e30 commit 14d79fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/files/misc/workflows/actions/misc/email.hl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
/*
* Sends an email to the specified [name]/[email] recipient, with the specified [subject] and [body].
*
* Optionally supply [from] and [from-email] as name/email sender. If you don't supply from, this action
* will use the default sender settings from your configuration.
* Optionally supply [from] and [from-email] as name/email sender, and/or [reply-to] and [reply-to-email]
* as the email to reply to. If you don't supply [from] or [from-email] then this action will use the
* default sender settings from your configuration.
*/
.arguments
name
Expand Down

0 comments on commit 14d79fb

Please sign in to comment.