Tamer_Ahmed Posted November 20, 2004 Posted November 20, 2004 hi all there's alot of site let the user send sms and logos and ring tones to there mobile device does anyone have an idea about what do i need to do this Quote
egdotnet Posted November 21, 2004 Posted November 21, 2004 sometimes you can send it as an email to a special address, but that might be better when the site is for them to send text msgs to you. Quote
rjonas Posted November 25, 2004 Posted November 25, 2004 We use a service from a company called sms2email (http://www.sms2email.com) to send SMS messages. (I've no connection with this company otherwise, and I'm sure others offer a similar service). We buy SMS credits from them, and our application loads a web page using 2 lines of code like the following: System.Net.WebClient client = new System.Net.WebClient(); client.DownloadFile("http://www.sms2email.com/sms/postmsg.php?username=myusername&password=mypassword&orig=Name to appear on SMS message&to_num=<phone number>&message="+message,"c:\\temp.txt"); Regards Richard Quote
mike55 Posted November 25, 2004 Posted November 25, 2004 Hi, Here's another site that allows you to buy credit and send you sms via email to the company and they then forward the message onto the number you supplied: http://www.clickatell.com Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.