Click here to Skip to main content
15,887,854 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to send a short text message from my c# win application to a mobile phone?
Can anyone provide me the logic or code.

Thanks in advance.
Posted
Comments
ridoy 22-Jan-13 11:01am    
do you try with Google first?

It has little to do with the client side language (c#) or algorithm.
In general you have two possibilities to send out SMS:
1) with a GSM device (phone for example) connected to your machine: see: http://www.developershome.com/sms/howToSendSMSFromPC.asp[^]. You open the COM port and send out commands.
Pro: relatively cheap at the start
Con: low sending rate; can be expensive depending on the subscription you have
2) Trough an SMS gateway service, like this one: http://www.intellisms.co.uk/sms-gateway/developer/[^], since they have a free and ready-to-use .net component for sending out messages. But you should look for the best alternative for your needs.
 
Share this answer
 
C# send sms to mobile[^]: 6.8 million results. Live long and prosper (through reading). Cheers.
 
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