Any help would be appriciated. Thanks
Code: Select all
:local mail
:foreach i in=[/ppp secret find where disabled=yes] do={ :set mail $i [:put [/ppp secret get $i comment]]}
/tool e-mail send to=xxx@gmail.com subject=("xxx") body=("\n\n" . $mail);
:local mail
:foreach i in=[/ppp secret find where disabled=yes] do={ :set mail $i [:put [/ppp secret get $i comment]]}
/tool e-mail send to=xxx@gmail.com subject=("xxx") body=("\n\n" . $mail);