Bulk SMS is a mobile messaging service that allows to send high or low volumes of non-premium SMS quickly and efficiently.
Questions tagged [bulksms]
71 questions
0
votes
1 answer
Sending/Receiving Bulk SMS via USB Modem and gnokii-smsd-pgsql
I'm trying to send and receive bulk SMSs via a standard GSM USB Modem using gnokii-smsd-pgsql on Debain Squeeze 6.0.3 64-bit.
I'm following instructions from the following site:
http://thelogbox.com/send-receive-sms-messages-usb-modem-linux/
I…

Shalin
- 105
- 2
- 14
0
votes
4 answers
How To Setup A Sms Sending Website in .net?
i have a project on newsletter management system. in asp.net.. i am student and i want to provide such a facility in my project for who is become a member of my website and join a group in that so .. whenever admin put a news or any tips and trick..…

sikender
- 5,883
- 7
- 42
- 80
0
votes
0 answers
Connection error: SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)
getting error when using OCU TurboSMS extension with opencart.
When I am doing connection setting this error:
Connection error: SQLSTATE[28000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)

mohit
- 1
- 1
- 1
0
votes
2 answers
Using Microsoft SMS Sender to send out smses in batch?
I understand that we can use SMS Sender in command line mode.
But i been getting this error same as this article http://www.oreillynet.com/pub/a/wireless/2003/10/10/sms.html
The smssender.exe will use the last device that was successfully used to…

Ronald
- 425
- 2
- 6
- 12
0
votes
1 answer
sending bulk sms to group using vb.net
I connected recently to SMS provider API using vb.net
I have created a group table and inserted all numbers in this group and then reach each row and send trigger the API to process sending.
The sms is not reached to all group members, its only…

Dan
- 343
- 3
- 9
- 21
-1
votes
1 answer
bulk sms gsm modem
I am doing a project for sending bulk sms service.this is the concept
create a website . Through this website the user will enter all their details so that only registered user can use my service.I ll get a service plan from any of the service…

asahwanthash
- 9
- 2
-1
votes
1 answer
SMSC interconnect
I am curious about SMS aggregators and I would like to get info about build one but I have no point to start getting info. Do you know?
Necessary hardware/Software
Good SMSCs to start the bussiness
Most price-competitive SMSCs
Minimum SMS volume to…

LooPer
- 1,459
- 2
- 15
- 24
-1
votes
1 answer
SMS with full company name and company logo
Android : we receive messages from many companies with their company name and brand logo in the sms. I have started a small firm and am looking to send sms to my clients but with company full name and brand logo.
What I have set up.
In India we have…

Ankit Shah
- 17
-2
votes
2 answers
save the record of bulk sms sent into db laravel
i have taken the id and mobile_num from users table.i have to insert that id name in this table as user_id,mobile_num,and status(0,1) into another table(wc_sms_status).sendSMSFunction is working fine.
public function SendBulkSms()
{
…

Bakhtawar Ashraf
- 13
- 1
- 6
-2
votes
2 answers
Trying to use bulksms.com API using guzzle in Laravel but returning errors
I have been trying to use guzzle for sending bulk sms from bulksms.com and it is returning this error,
guzzlehttp\exception\clientexception client error: post
https://api.bulksms.com/v1/messages resulted in a 401 full
authentication is required…

tinox
- 87
- 1
- 11
-3
votes
1 answer
Best method for sending bulk sms and email. Whether a cron or a scheduler service
I want to send Email and SMS in bulk in c# MVC. So, method would be better, cron in a web application or separate scheduler service for it?
I have a web application running already. So, should I integrate the cron in the web app itself or create a…

Rahul Mahadik
- 794
- 11
- 19