Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to write a c# code to bulk send SMS' to mobiles from a PC? What assembly references should be used for this purpose? Is there any way to send free SMS'? Should we use GSM or internet for this purpose? What service should we use actually for this purpose?

Please explain.
Posted

Let me answer the unanswered part of the question

What assembly references should be used for this purpose?
There are many 3rd party libraries available using which you can achive this task. Apart from that SMS gateway that you will chose also provides their own API for the purpose.

Is there any way to send free SMS'?
No, nothing comes for free. But if you are opting for bulk SMS you will be charged very less. You need to check out the rates and services provided by different mobile operators.

Should we use GSM or internet for this purpose?
You can use any of the network. There are both GSM and GPRS modems available for the purpose. Usually data transfer over internet is cheaper than data transfer over GSM network.

What service should we use actually for this purpose?
You should enquire with the mobile operators available in your region which provide such services. You will get to know more from them.

I would suggest you to read this guide: Introduction to SMS Messaging[^]. It will clear most of your doubts.

Hope that helps! :thumbsup:

Cheers!
Ankur
 
Share this answer
 
Hope this[^] might help you.
 
Share this answer
 
Have a look at these:
How to Send SMS Messages from C# using an SQL Database[^]
Send SMS to a Mobile Phone Using C#[^]

There are many more on internet. Just Google for it, if needed.
 
Share this answer
 
Comments
Tech Code Freak 25-Mar-11 1:51am    
Can we send SMS free of cost by any way???
Sandeep Mewara 25-Mar-11 1:53am    
No. You need to use some third party provider.

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