Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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

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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...