![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3
![]() |
SMS Send Application
Hi everyone,
Can anyone steer me in the right direction to write a program that can send an automated sms. Now ive done some research and found this cool project on codeproject.com: http://www.codeproject.com/KB/cs/SMS.aspx but this uses a serially connected gsm modem.i on the other hand want to try doing that throught the web. like some kind of internet sms service that for example you can pay a monthly fee to subscribe to. and then just write a c# application that uses ur account to send sms's. any thoughts? thanks ![]() |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Re: SMS Send Application
Googling for "SMS Gateway" found IntelliSMS, though it seems to be UK-only. I recommend finding one that fits your country. The service lets you send SMSes through the HTTP protocol, so all you need to do is learn how to send the messages and you're golden.
-- Samir. |
|
|
|
|
|
#3 |
|
Professional Programmer
|
Re: SMS Send Application
If you know their carrier, you can lookup the delivery address and all an SMS is at that point is an email.
9165551234@vmail.com 9165551234@mobile.att.net etc...
__________________
http://www.kevinherron.com/ |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PC application with bluetooth | urip | Java | 5 | Feb 13th, 2008 12:15 PM |
| SMS Script For Sale | gurumaniac | Show Off Your Open Source Projects | 1 | Dec 1st, 2007 2:01 PM |
| send() problem w/ http server | kch_86 | C | 2 | Nov 25th, 2005 12:53 AM |
| creating an application that stands between the browser and the serve | ronias | Visual Basic | 5 | Oct 30th, 2005 4:22 PM |
| "Not Responding" Message in Windows Form Application | G_Zola | C# | 1 | Apr 29th, 2005 10:15 AM |