I want to send sms from my website for user verification like google and facebook I don't have any idea about sms getway What is solution for it please help me
I dont want this kind of commercial website sms These are steps 1. User fill the registration form of my website but he/she is not registered yet 2. my Web server will send a verification code on the mobile 3. User will enter this verification code in my websites verification page 4. Now user will become my registered user
It is as simple as asking the user for their phone number and cell carrier. Almost all, if not all carriers have special email addresses that will send a SMS to the user. http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin/ So, when you want to send the SMS code, just send an email with the code to the special email and then you can verify it.
Thank you BMR777 for your post. I am from India. Is it work in India also Can you tell me more about it
Here is a world list of carriers and their gateways: http://en.wikipedia.org/wiki/List_of_SMS_gateways You just need to ask the user their cell number and the carrier they are using. Then you would need a database of the carriers and gateways I posted in the link, then do some programming to send the message via the correct gateway depending on the user's carrier.