แล้วถ้าเป็น แบบ ip to mail ละคับ ผมต้องใช้ชื่อไหนครับ ผมเปลี่ยนหลายรอบม่ส่งซักทีเลยครับ จนหนทางละคับ
:global currentIP;
:local newIP [/ip address get [find interface="xxxxxx"] address];
:if ($newIP != $currentIP) do={
:put "ip address $currentIP changed to $newIP";
:set currentIP $newIP;
/tool e-mail send to=
[email protected] subject="Long_WiFi xxxxxx$newIP" body=" xxxxxxx = $newIP" tls=yes
}