Community discussions

MikroTik App

Search found 1 match

by smmirza
Tue Dec 15, 2020 2:47 pm
Forum: Scripting
Topic: Auto SMS sending script doesn't work properly
Replies: 5
Views: 3898

Auto SMS sending script doesn't work properly

I wrote a script to automatically send SMS to all the mobile numbers kept in PPP Secret's comment. This is what I wrote in the script: :foreach x in=[/ppp secret find] do{ :global number [/ppp secret get $x comment]; /tool sms send port="usb2" phone-number=$number message="Dear User, ...