aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-11-08 17:31:14 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-11-09 15:34:10 +0100
commit0f3746c894c643afc82f854b7ef4d80b98cbf264 (patch)
treeada82b6f011a14af61c6a33f14a236c52ad8e9b7 /doc
parent3cc41495bccef368560d2fc8311af09909f0d0aa (diff)
doc/mod/notification-email: end all commands with a semicolon
Diffstat (limited to 'doc')
-rw-r--r--doc/mod/notification-email.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mod/notification-email.md b/doc/mod/notification-email.md
index 6b1142d..373f8fe 100644
--- a/doc/mod/notification-email.md
+++ b/doc/mod/notification-email.md
@@ -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: