Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way to send sms to a cell phone from a c# form by connecting to any website such as way2sms.com, ipipi.com, etc ?
I want to do this without using any database or a GSM modem.
Please help. Thank you in advance.
Posted

Look here:
How to Send SMS Messages from C# using an SQL Database[^]
How to send SMS messages from C# using an SQL database[^]
Sending SMS in C#.NET using GSM Modem and AT(ATtention) Commands[^]

UPDATE:
All website/process use a GSM modem, just not one that's inside a phone. Just think that you must send a text message from outside the GSM network into a GSM network. You need a device that translates your message and that knows the protocol and that can connect to the GSM network in order to deliver. The translation part can be done through software but the connection, it would be a pain if you'd want to reinvent the wheel.
 
Share this answer
 
v2
Comments
Johnny J. 10-Jun-10 2:32am    
Reason for my vote of 1
The OP states that he would like to do it WITHOUT using a database or a GSM modem, and you post links that explain exactly what he doesn't want...
Just you want to parse the site such as way2sms in c# code and write a function for it. So just call that function and send sms.
 
Share this answer
 
All of the links that you have sent explains how to send sms either using a SQL database or a GSM modem. I wanted to use some kind of a web servie.
 
Share this answer
 
Comments
Christian Graus 11-Jun-10 10:30am    
Don't push answer to add comments. There are web services to do this, they cost money, and they are a google away.

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