mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-07 16:44:30 +02:00
mod/notification-email: $SendEMail: set origin
This commit is contained in:
parent
c5a5fb5836
commit
012d259ca1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue