doc/mod/notification-email: end all commands with a semicolon

This commit is contained in:
Christian Hesse 2023-11-08 17:31:14 +01:00
parent 3cc41495bc
commit 0f3746c894

View file

@ -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: