Click here to Skip to main content
15,901,283 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have made a c# windows application. how can i send bulk sms from my application to multiple users?
Posted
Comments
Richard MacCutchan 15-Apr-15 3:33am    
Google for "C# SMS" and you will find many samples.
You might need to use third party.

You would have to use SMS gateway: http://en.wikipedia.org/wiki/SMS_gateway[^].

So, you have to perform your own search (I don't think we can promote any businesses here), address to this business and get information on the programming interface. Probably you have to pay some fee, but I heard of some free-of-charge services under some conditions.

—SA
 
Share this answer
 
You can try any of these

Bulk SMS Sender[^]

sample-code-for-send-sms-via-bulk-sms-api-using-c/[^]

and can find a few more if you Google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900