skip to Main Content

I would like to send an SMS verification code from a web page to a phone number exactly like what Facebook or Google are doing when someone wants to register on their websites.

So, is there any idea or a free API services that could send SMS over the internet ?

2

Answers


  1. In my experience there are no reliable free providers of web to SMS gateways. Some mobile phone providers do provide a limited service where you can send an email for SMS delivery to their network using their gateway, but this is usually also limited and restricted. And probably prohibited if you are doing anything vaguely commercial with it.

    There are plenty of paid services available which are reasonably priced if you plan to do anything important with the SMSs. These providers typically provide you with a web service API to send messages, but many also provide an email to SMS gateway. Google is your friend as far as finding a specific provider is concerned.

    Login or Signup to reply.
  2. you need to use Google api cloud messaging https://developers.google.com/cloud-messaging/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search