Hello
is there a way to have /ip address print output by mail ?
I tried with
:log info "Invio lista IP a my@email.address...";
:local ipARRAY [/ip addressprint]
:log info $ipArray;
/tool e-mail send to="my@email.address" subject="Lista indirizzi IP $[/system identity get name] - $[/system clock get date] $[/system clock get time] " body="Elenco indirizzi IP $ipArray"