How do I design sms service?

前端 未结 5 1066
心在旅途
心在旅途 2021-02-03 16:35

I want to design a website that can send and receive sms.

  1. How should I approach the problem ?
  2. What are the resources available ?
  3. I know php,pytho
5条回答
  •  既然无缘
    2021-02-03 17:10

    Since my company does this sometimes (text promotions etc, though our main focus is much much lower level stuff), I figured I should pitch in.

    By far the simplest way is to use a service such as Clickatell, which provides a HTTP API, as well as FTP and SMPP amongst others. I don't know how Clickatell deals with receiving messages, however, as we use direct SMPP binds to our local mobile operators for this.

    If you are willing to pay for it, you should be able to get an SMPP bind to your local mobile operator, but its often expensive. This would also allow you to purchase your own shortcode.

    You may also want to give mBlox or Nextcell a look. A quick Google search will turn up more.

    you could also buy a GSM modem, which would allow you to send and receive messages as you normally would with a phone, except through a PC. This usually means you will pay whatever you would with a phone. (In Ireland anyway)

提交回复
热议问题