Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I send SMS with ASP

Status
Not open for further replies.

hartrans

Programmer
May 28, 2007
4
IN
How can I send SMS with ASP webpage, please give an idea/source.

hartrans, India

 
The easiest way I found to send SMS messages in the past was to use SMTP messages. I don't know if the same is true in India, but the US carriers I have used in the past all had SMTP-to-SMS gateways that would allow me to send a short email to a phone number at a specific address that would be translated to an SMS message.
One annoying thing I found is that some carriers have their own version of SMS and instead of sending the messages directly to the phone as proper SMS messages they would just send an update that a message was available and then the end user would have to make a data connection to retrieve the message. If I recall, Sprint and Nextel were the worst about this.
 
hey, I use a small ASP/http function which I got once In signed up for a developer account on Clickatell. just be sure you check out which version to use, credit based system and has a bunch of xml/http/smtp/ftp functions.

"There are 3 kinds of people; those that can count and those that can't"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top