Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can anybody help me develop SMS package to send SMS by using IP address or wireless modem connection :)
Posted
Updated 26-Nov-10 23:12pm
v2

Check the link below for some idea about.

sending SMS[^]
 
Share this answer
 
v2
Comments
Ankur\m/ 27-Nov-10 4:48am    
He never said he wants to send free SMS.
What do u mean by SMS sending by Ip address..,

Sending Sms From Web Service/API's:

There are So many Paid/may be Free Api's available in the internet choose one and call that API from your application.
Or
Go to your local Service Provider ask for the SMS gateway(SMPP), using that SMPP you can send SMS.


Sending SMS from Modem.

If you want to send the sms from Modem , you have a knowledge in AT command. and also should have a Serial Communication Knowledge.

use Google for More stuff on above.. , Try your self

Best of luck :rose::rose:
 
Share this answer
 
You can use online SMS API..
I never used this but seen in my friends application..

Online sms API provides the URL to send SMS
the format of URL looks like
/?+textboxphoneNo.text+???+textboxMessge.text+???
etc..
you have to pass the message and receipients phone to Url

I got One Example For You


http://api.znisms.com/post/smsv3.asp?userid=joinus& apikey=xxx&message= Your+Message & senderid=9123123456&sendto=9123123457
 
Share this answer
 
v2

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