mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
mod/notification-email: $SendEMail: set origin
This commit is contained in:
@@ -227,7 +227,7 @@
|
|||||||
:set SendEMail do={
|
:set SendEMail do={
|
||||||
:global SendEMail2;
|
:global SendEMail2;
|
||||||
|
|
||||||
$SendEMail2 ({ subject=$1; message=$2; link=$3 });
|
$SendEMail2 ({ origin=$0; subject=$1; message=$2; link=$3 });
|
||||||
}
|
}
|
||||||
|
|
||||||
# send notification via e-mail - expects one array argument
|
# send notification via e-mail - expects one array argument
|
||||||
|
Reference in New Issue
Block a user