So where are the username and password settings? I have only smtp servers that require authentication. I do not have a single server that does not require authentication.----------
:local ip
/ip address{
:foreach i in [find dynamic=yes] do={:set ip [get $i address]}
/tool e-mail send to=someone@somewhere body=(" Dynamic IP found:" . $ip)
}
-----------