mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
doc/mod/notification-email: describe how to declare functions...
... to use them in own scripts.
This commit is contained in:
parent
4254b01a32
commit
8284035ad8
1 changed files with 8 additions and 2 deletions
|
@ -44,8 +44,8 @@ Usage and invocation
|
||||||
There's nothing special to do. Every script or function sending a notification
|
There's nothing special to do. Every script or function sending a notification
|
||||||
will now send it to your e-mail account.
|
will now send it to your e-mail account.
|
||||||
|
|
||||||
But of course you can send notifications directly or use a function in your
|
But of course you can use the function to send notifications directly. Give
|
||||||
own scripts. Give it a try:
|
it a try:
|
||||||
|
|
||||||
$SendEMail "Subject..." "Body..."
|
$SendEMail "Subject..." "Body..."
|
||||||
|
|
||||||
|
@ -54,6 +54,12 @@ 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:
|
||||||
|
|
||||||
|
:global SendEMail;
|
||||||
|
:global SendNotification;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue