Im using 3.23 ROS
THis is my Code:
:global info;
:set info [:put (/ip firewall mangle get 0 bytes)];
/tool e-mail send body=“$info” to=“stefand@aknt.co.za” subject=“Report”;
The email is blank. If I run it from comman line it has a value. Ive tried it without the “:put” there aswell but it still sends a blank email.
Please help.