Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
How can i sent sms without using any API in windows application .
Thanks in Adv....

Regard
Sham.
Posted
Comments
Zoltán Zörgő 21-Dec-12 7:12am    
You gave far too few information here. In general APIs are wrappers around some service. If you have enough information, you can build your own wrapper for the service you use. But it depends on the service, and the documentation you have for it. What exactly do you want to use as sms gateway?
Shambhoo kumar 21-Dec-12 7:41am    
actually i want to sent sms from my windows application without using any API.
if u have any idea regarding this ,so plz help me...
Zoltán Zörgő 21-Dec-12 7:51am    
Ok, but with what? Using a GSM phone or an other device, or an external service? To be clear: the question is not the API (although you question makes no sense). The question is: what will you use to transform your message in your computer to a gsm sms packet on a gsm network.
Shambhoo kumar 21-Dec-12 8:06am    
sir actually i m beginner..so i don't know any thing about it ... so plz u help me step by step...
Zoltán Zörgő 21-Dec-12 8:14am    
Do you know what SMS messages are? I doubt.
So let's be simple: you will not be able to do this without API. Forget it.
Try to find a cheep SMS gateway in your country, or in the region where the application will work. Check out this for the start: http://www.smsgatewaycenter.com/

1 solution

Shambhoo kumar,

You're question is throwing lots of people off. You probably should have asked the question, "How do I send an SMS (Text) message from my C# app without paying for a third party vendor." Many people get caught up here on the details about having to use an API to do anything.

Depending on what you're trying to accomplish, I have a relatively simple answer for you. You'll have to do your own research [Google Searching], but I'm sure you can do it.

You can send SMS messages via Email messages. Email To Send SMS Messages[^]
You will have to know the phone number of the person you want to text along with the carrier they are using for this method, but it does work. Try it out on your own phone with your email account.

Good luck!

Hogan
 
Share this answer
 
Comments
Shambhoo kumar 24-Jun-15 6:46am    
Thanks for kind of information, Actually i had forget to reply on this helpful suggestion. :)

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