Then use script, you can also add any other information or file to this script…
{
:local uptime [/system resource get uptime];
/tool e-mail send to=“xxxxxxxx@xxxxx.com” subject=“Some text” body=“$uptime” start-tls=yes;
}
Thank you for the support from you
I did so
{
:local uptime [/system resource get uptime];
:local date [/system clock get date];
:local time [/system clock get time];
:local identity [/system identity get name];
/tool e-mail send to=“xxx@xxx.xx” subject=“$identity, $date, $time, Uptime: $uptime” body=“Date: $date, Time: $time\n\n$identity, UpTime: $uptime” start-tls=yes;
}