Answer the question
In order to leave comments, you need to log in
Normal php sending an application to an email from a form + sms to the phone of the site owner?
Those. not just a standard application from the form goes to the owner of the site (there is no problem to do this), but it is also necessary that additional SMS come.
How can I implement SMS?
Answer the question
In order to leave comments, you need to log in
Through services, this is solved quite simply.
Integrate according to instructions .
In the handler just add:
$params = array(
"text" => "Текст смски"
);
$phones = array("89237778899");
$send = $api->send($params,$phones);
Register with any SMS provider, take a lib to work with its API and do "to receive additional SMS".
There is a ready-made Byume and Callme
Supports like 5 SMS providers
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question