Hello, I am interested in how you created SMS notifications from the site, for example, if a customer ordered a product on the site, then he is sent from the SMS site with the text "Your product No. 4444 is decorated and sent." Google gave a bunch of services, who tried to work with such services? Advise service.

Closed due to the fact that off-topic participants PashaPash , user31688, Timofei Bondarev , Shilgen , Sergey 5 May '15 at 20:19 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - PashaPash, Community Spirit, Timofei Bondarev, Shilgen, Sergey
If the question can be reformulated according to the rules set out in the certificate , edit it .

    3 answers 3

    I implemented mailings using the sms.ru website. There is also an API, or you can download it from a git- ready , ready-made php class for implementations of your plans. The class supports mass mailing, is able to substitute the name of the sender, and so on functions. The function methods are very simple, for example, the sending commands look like this:

    $sms->sms_send( '79112223344', 'Текст SMS' ); $sms->sms_send( '79112223344,79115556677,79118889900', 'Текст SMS' ); 

    I was pleased. And then, in the interface itself, (sms.ru), you can create your own group, and send free sms to them))

    • @Vfvtnjd cool service and prices like niche if wholesale then at 7 kopecks - bemulima

    On Habré same discussed . pretty voluminous comments.

    And on this site has already been discussed Sending SMS notifications from the site . Look carefully.

    • @spirit, and you, too, look at the HC, how do you dislike the intelligent search engine quick response? IMHO, if everyone is "banging", then there will be no questions at all, and when I need to quickly find out something myself, no one will tell (just all experts will run away). - avp
    • I did not understand you a little. Do you offer to answer the same thing again? If they said to my question, "Here, they asked you to keep a link", then I would say thank you and take the information from there. And if anyone has something to write, they will write. - spirit
    • Yes, @spirit, in fact, you did. +1 And I'm not in the case of pobuhtel. - avp
    • @spirit, I am familiar with these links, but what's the new thread from you? - bemulima

    I use the SMSintel.ru service. The service has a fairly extensive API for sending messages.