mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 09:44:33 +02:00
doc/mod/notification-email: end all commands with a semicolon
This commit is contained in:
parent
3cc41495bc
commit
0f3746c894
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue