Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C# (http://www.programmingforums.org/forum16.html)
-   -   SMS Send Application (http://www.programmingforums.org/showthread.php?t=15456)

hbe02 Mar 22nd, 2008 5:15 PM

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 :D

Ooble Mar 23rd, 2008 4:17 AM

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.

andro Mar 24th, 2008 7:08 PM

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...


All times are GMT -5. The time now is 4:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC