Offline Email2SMS

Offline Email2SMS SearchSearch
Author Message
Gilbert Blite
Unregistered guest
Posted on Monday, November 14, 2005 - 09:43 am:   

Hi,
I want to send SMS via Email, but I want to use a new way.
Question 1 :
I want to send all email to an email address like x@x.com, and when I cennected to internet, NowSMS check my emails and send SMS for each email.
How I can do it ? and is it possible ?
--------------------------------------
Question 2 :
I can use NowSMS API in my ASP,PHP,... languages. but can I use this API in client programming language ?

Thank you so much
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5260
Registered: 10-2002
Posted on Friday, November 18, 2005 - 05:47 pm:   

Hi Gilbert,

1.) I'm sorry, but that is not a configuration that we support. You might find some mail server software that can poll POP3 mailboxes and then forward those messages via SMTP ... but I am not aware of any specific solutions.

NowSMS appears as an SMTP mail server, and needs to receive its e-mail via the SMTP protocol. (When you retrieve e-mail from an inbox, you are typically logging in to a mail server with POP3.)

2. The APIs are all HTTP based, so you would issue an HTTP request from whatever client language you are using.

-bn