K
K
Kirill Gorelov2015-05-28 16:58:40
Programming
Kirill Gorelov, 2015-05-28 16:58:40

SMS service. Mine?

Guys. A question.
If there is a way to send free sms (not spam or even mailing)?
And how difficult is it to create your own SMS mailing service?
And would you be interested if there would be an SMS notification about some memorable date (your), about an incoming email message?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Artem Voronov, 2015-05-28
@newross

SMS is now evil: expensive, hemorrhoids and uninformative. I approve this based on my experience - I developed my own service that works on the principle of request-response-confirmation. I tried a lot of SMS-gates, wrote my own implementations with sending via modems. Over the past 3 years, the cost of sending SMS has grown from 400,000 rubles a year to 1,200,000 only due to the increase in the cost of sending. I transfer all clients to a mobile application, leave SMS only for registration and password recovery.
There is a free mailing service sms.ru/?panel=main&subpanel=programmer , but you can’t use it for something serious, since most messages are stupidly cut by operators’ spam filters.

R
Roman Webs, 2015-05-28
@roman_vebs

If you send out in a small amount and, for example, for yourself, then you can use the official sites + anti-gate. Since the price for solving captcha is low, we can assume that it is free.
Those. you can build your script from PHP + cURL + of. sites + antigate.
Or read Habr, there were posts about sending Google SMS (how to use it for your own purposes). For example, here habrahabr.ru/post/211667

D
Dmitry Entelis, 2015-05-28
@DmitriyEntelis

In general, no.
In reality, SMS is needed to register / authorize customers, send them all kinds of electronic goods, etc. - that is, wherever the speed and quality of delivery are critical.
Moreover, there is an initial contradiction here. If the service is small (sms are few), then it’s easier to use a paid working solution and not worry - the amount per month will be a penny. If there is a lot of SMS per month, then any free solutions will die. If there is quite a lot of SMS, you can come to telecom operators, ask for the smpp protocol and send it directly.
And for any internal notifications - it's easier to send via telegram / whatsapp.

I
iShr00m, 2015-05-29
@iShr00m

If you yourself, then you can send 10 messages a day to online SMS for free, though to your number . Although regular SMS will cost a penny.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question