How do I design sms service?

前端 未结 5 1067
心在旅途
心在旅途 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:11

    First thing, You need to sign up for an account (SMS gateway), most of them also give you example code how to send and receive sms using their API. Then you will wrap the the sms functionality around your sites logic.

    e.g http://www.clickatell.com/developers/php.php

提交回复
热议问题