P
P
PavelScron2017-11-27 13:58:18
PHP
PavelScron, 2017-11-27 13:58:18

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

3 answer(s)
A
Alexander, 2017-11-27
@PavelScron

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);

J
JhaoDa, 2017-11-27
@JhaoDa

Register with any SMS provider, take a lib to work with its API and do "to receive additional SMS".

M
Maksim Fedorov, 2017-11-27
@Maksclub

There is a ready-made Byume and Callme
Supports like 5 SMS providers

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question