How can i send Email 2 SMS

How can i send Email 2 SMS SearchSearch
Author Message
salman raza
New member
Username: Salman4raza

Post Number: 5
Registered: 10-2006
Posted on Monday, November 13, 2006 - 04:56 pm:   

how can i recieve an email and then with its respected parameters, how can i send sms.

need brief details.
and example code if possible.


also

is their some complete application for web that submits to nowsms server via http.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6826
Registered: 10-2002
Posted on Tuesday, November 14, 2006 - 06:51 pm:   


quote:

how can i recieve an email and then with its respected parameters, how can i send sms.




The SMTP/e-mail interface is designed for more general purpose e-mail to SMS routing, there aren't really parameters to set.

I'd suggest the section of the NowSMS manual (http://www.nowsms.com/download/nowsms2006.pdf), beginning on page 215 for more information.


quote:

is their some complete application for web that submits to nowsms server via http.




What programming or scripting language?

Basically, you are issuing HTTP requests (build a URL and submit it), so you use whatever facilities exist in your development environment for issuing HTTP requests. For SMS requests, you are generating a simple HTTP GET request with all of the details in the URL.

There are a variety of PHP and ASP examples out here.

For information about the URL parameters, since I've already pointed to the PDF manual above, I'd point to the section starting on page 160 for details on URL parameters.

-bn