Answer the question
In order to leave comments, you need to log in
Does anyone have a script to send SMS alerts?
From the site sms.ru, you can send sms manually, but maybe someone has a script to automate the process so that notifications come at the time specified in the script?
Answer the question
In order to leave comments, you need to log in
It will not be possible to automate sending via sms.ru (or rather, it is difficult), because captcha must be entered there.
And if you are interested in a simple sending of SMS, then here is an article. And the set time is already cron tasks .
file_get_contents("http://sms.ru/sms/send?api_id=<ваш ключ api>&to=<номер куда слать>&text=<тут ваш текст>");
sms.ru/?panel=api&subpanel=method&show=sms/send
there is a detailed API
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question