M
M
misha912012-04-29 09:39:20
PHP
misha91, 2012-04-29 09:39:20

How can I implement sending SMS using PHP?

Are there any means to send sms, say using e-mail?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ilya Plotnikov, 2012-04-29
@ilyaplot

You need an SMS gateway. All gateways have an API for sending. Naturally, it will not work for free, but cheap enough.

J
jenek555, 2012-04-29
@jenek555

Try the service http://www.smsfeedback.ru/php_sms_api.php
There is an API for sending SMS using php. They have rates that are quite decent for me, the more you plan to send SMS, the cheaper each message will cost

G
Gmaster, 2012-05-21
@Gmaster

I work with turbosms.ua.
Several projects are already working on turbosms, and I am satisfied in principle.

S
Sergey Shchuchkin, 2018-11-10
@shuchkin

$url = 'https://smspilot.ru/api.php?send=hello&to=790087964XXX&apikey=XXX';
echo file_get_contents( $url );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question