Questions tagged [sms-gateway]

An SMS gateway is a way of sending a text message with or without using a mobile (cell) phone. Specifically, it is a device or service offering SMS transit, transforming messages to mobile network traffic from other media, or vice versa, allowing transmission or receipt of SMS messages with or without cell phone.

680 questions
-2
votes
1 answer

How can i verify a user registartion using sms verification?

i want to create a user registration by sms verification. after entering mobile number in my website(php) will send(and also will be stored to database against user id) a random 4 or 6 digit code to users number. then user will have to enter that…
Suraj Roy
  • 51
  • 2
  • 12
-2
votes
1 answer

How to make mobile SMS send system?

I Have a small online shopping website, i want to send my customers to the latest deals information, how can i code this system give me a example. Thanks.
user5229526
-2
votes
1 answer

PHP send sms via smtp

Is there a way to send sms via smtp or without using sms gateway. Or Is there a way to send sms without cost in php? Please give code example in php.
Pasan
  • 1
  • 2
-2
votes
1 answer

SMS using python for character @ showing as inverted?

I am using SMS gateway for sending the SMS messages using the python script. In SMS, I would be sending the users email in URL as get parameter. But whenever I am sending SMS with email address it is displaying @ as "inverted ?" symbol. Please see…
-2
votes
1 answer

send and receive SMS using GO langage and an USB GSM modem

i have to develop a SMS gateway that receive and send SMS throughout a USB Modem and that must be done with GO language hope that you can help
-2
votes
1 answer

Cheapest way to receive SMS for number verification?

I want user to SMS me(internally forcefully) and provide a SMS by a textbox to server, and I matched it on the server and process if they are same. the customer should be charged less for SMS, its the main problem. twilio.com If I go for an API it…
Govind Singh
  • 15,282
  • 14
  • 72
  • 106
-2
votes
1 answer

How to send sms from ASP.NET application?

I am developing an asp.net application in c# on which customer can order for some items. So my requirement is that whenever any customer will create and order sucessfully then a SMS will be sent to customer's cell. What I need to do for it ? Thanks…
-2
votes
2 answers

How to send free SMS in android..i want to know WhatsApp,Wechat ..this type of messeging applications how provide us sending messege for free

This is my Code for sending SMS import android.app.Activity; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import…
Kingshuk Deb
  • 1,700
  • 2
  • 26
  • 40
-2
votes
2 answers

code for how to get phone no of a sms sender from received sms in android

Please anyone give me downloaded code or any useful link for getting the phone number of a SMS sender while receiving a message. I tried a lot.
-2
votes
6 answers

Send SMS to UK numbers from Website

Is it possible to do this at all? I have read that its possible to do it to US numbers but I would like the opportunity to send people SMS updates if they have subscribed but just send them using PHP if possible
ngplayground
  • 20,365
  • 36
  • 94
  • 173
-3
votes
1 answer

Outbound format for SMS to Jamaica from US

Jamaica Country phone code is 1876 As an example: the Jamaica number received from (876) 320-6990. Jamaica has the following are codes 718, 347, 929, and 917. NYC also has an are code 718, 347, 929, and 917. If I want to return an SMS to Jamaica…
Bill
  • 5
  • 2
-3
votes
1 answer

SMS Gateway in Blazor Webassembly

This is code i am using to implement Plivo SMS gateway in blazor application , working on .net 7 and visual studio version is 2022 community version this is the issue i have been facing in console kindly give suggestions to implement integrate…
-3
votes
1 answer

Invalid or missing api_id in clickatell

i am trying to integrate clickatell SMS gateway in my web system. i make free test account on clickatell and create SMS REST integrations , from SMS REST integrations i get API key , am use this api key in…
-3
votes
1 answer

Implement SMS gateway on django project

I know some SMS API, they are too expensive for the goal of my application. Is there a way to create an SMS server to alert users, then the user can send feedbacks, my application will easily reply based on some key codes. I heard about Rapid SMS.…
Lemayzeur
  • 8,297
  • 3
  • 23
  • 50
-3
votes
1 answer

Get notified on SMS delivery with SMS channel in Android

I am sending OTP SMS to the user through android app. For sending SMS I am using SMS channel. So I am just hitting URL to send SMS. I want my app to get notified when the SMS gets delivered to the user so that I can auto read that OTP.
1 2 3
45
46