mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-28 05:53:55 +02:00
global-functions: $SendEMail2: fix name in array
This did not send anything at all... Fixes #12
This commit is contained in:
parent
de61c14c60
commit
4cc8a0e160
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@
|
||||||
|
|
||||||
:global NotificationFunctions;
|
:global NotificationFunctions;
|
||||||
|
|
||||||
($NotificationFunctions->"e-mail") ("\$NotificationFunctions->\"e-mail\"") $Notification;
|
($NotificationFunctions->"email") ("\$NotificationFunctions->\"email\"") $Notification;
|
||||||
}
|
}
|
||||||
|
|
||||||
# send notification via NotificationFunctions - expects at lease two string arguments
|
# send notification via NotificationFunctions - expects at lease two string arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue