Skip to content

Commit

Permalink
doc/mod/notification-email: end all commands with a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Nov 9, 2023
1 parent 3cc4149 commit 0f3746c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/mod/notification-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ will now send it to your e-mail account.
But of course you can use the function to send notifications directly. Give
it a try:

$SendEMail "Subject..." "Body..."
$SendEMail "Subject..." "Body...";

Alternatively this sends a notification with all available and configured
methods:

$SendNotification "Subject..." "Body..."
$SendNotification "Subject..." "Body...";

To use the functions in your own scripts you have to declare them first.
Place this before you call them:
Expand Down

0 comments on commit 0f3746c

Please sign in to comment.