Questions tagged [bulksms]

Bulk SMS is a mobile messaging service that allows to send high or low volumes of non-premium SMS quickly and efficiently.

71 questions
0
votes
1 answer

Send bulk SMS in twilio using C# Winforms

I need to know how do I send a bulk SMS using Twilio API and C#.I did some research which also show that I need to use Twilio’s Passthrough API, but I fail to understand it. Here is the code I compiled: const string accountSid = "xxxxx"; const…
Marcus
  • 47
  • 2
  • 12
0
votes
1 answer

Sending sms using bulksms provider

I am using bulk sms service, https://www.bulksms.com, I am not able to send arabic message due to encoding. message = بريستيج vals = { 'username': gateway.login, 'password': gateway.password, 'message': message, 'msisdn':…
user1576199
  • 3,217
  • 3
  • 20
  • 32
0
votes
3 answers

Request-URI Too Long - SMS API

My problem is somehow peculiar. I have this bulksms api from my provider: http://www.estoresms.com/smsapi.php?username=user&password=1234&sender=@@sender@@&recipient=@@recipient@@&m essage=@@message@@& then i wrapped it in PHP and passed it in…
david
  • 39
  • 7
0
votes
1 answer

Multiple sms send in AT commands VB.NET

I'm trying to send many or bulk sms using AT Command. I try send all number inside the datagrid but only first number is sending. this is my code Dim sql As New MySqlDataAdapter("select StudentID, StudentName,StudentContact, DueDate FROM issue…
0
votes
2 answers

Making a dektop SMS app

Thanks to Stack Overflow and you guys i successfully completed my first project (viz. a website using JSP and servlets). The idea which every put forth to me (as i have very little practical experience in making full fledged projects) was to make an…
shahensha
  • 2,051
  • 4
  • 29
  • 41
0
votes
1 answer

How Many twilio numbers can I buy from single twilio account

I have an account on twilio, and I have bought a number from them. I want to buy many more numbers. I want to know that how many numbers can be bought from a single account. Thanks in advance
wali razzaq
  • 83
  • 1
  • 7
0
votes
0 answers

How to send bulk SMS with ProgressDialog in Android Studio?

Here are my problems : I know how to send SMS, but i'm using it in a loop like this, and I know that it's not good to send SMS, so I'd like to add a delay (i.e. 1000 milliseconds). But how ? I'd like to use a ProgressDialog to show the progress of…
Drarig29
  • 1,902
  • 1
  • 19
  • 42
0
votes
1 answer

curl to send message using bulksms.com

I tried to send an http url using curl but it didn't work at all, here is the code I've used:
Arwa
  • 1
  • 2
0
votes
0 answers

Send SMS using BulkSMS.com

I tried to send an SMS from my PHP website to a mobile phone using the BulkSMS API. I used the code below, but I don't know what went wrong. I didn't receive the SMS and nothing is showing up in the browser, just a blank page .
Arwa
  • 1
  • 2
0
votes
1 answer

How to add routesms bulksms API to a PHP website?

I have an online form that users fill and register. I want them to get an SMS alert notifying them that their registration was successful. I also have a routesms API. When you type this link in a…
Fitzpiro
  • 11
  • 4
0
votes
5 answers

Deliver SMS messages to Danish numbers which are roaming on foreign networks

I'm searching for a SMS gateway to deliver SMS messages to Danish numbers which are roaming on networks in USA and other countries.
user341658
  • 29
  • 1
  • 3
0
votes
1 answer

Bulksms sending with django

I have a models like so from django.db import models # Create your models here. class Text(models.Model): name = models.CharField(max_length=100, unique=True) number = models.IntegerField(default=0) def __unicode__(self): …
stuwie
  • 39
  • 4
0
votes
1 answer

What are the best solutions out there for SMS integration?

We need to send and receive large number of transactional SMS from web application, thousands of SMS per hour at certain time of the day. Looking for a well-functioning, stable and highly reliable SMS solution. Instant delivery and 100% uptime is a…
user2049305
  • 109
  • 1
  • 1
  • 3
0
votes
6 answers

How to redirect to another page in my site with PHP code?

This is bulk SMS sending code, and it works good and sends messages, but after sending a message, the web browser redirects me to code in a white page. I want after sending a message to redirect to another page on my site. $username = ''; …
hossam365
  • 11
  • 1
  • 1
  • 2
0
votes
2 answers

What Gotchas have you discovered programming SMS/Alerts?

I am about to start building an SMS alerting function in my web application. The aim is to provide two services: Host pays - e.g. to send an SMS alerting users to the cancellation of an event User pays - e.g. to alert that an Email has been sent…
Kristen
  • 4,227
  • 2
  • 29
  • 36