SMS Application

SMS Application SearchSearch
Author Message
Tahir
Unregistered guest
Posted on Friday, January 14, 2005 - 09:25 am:   

I want to develop an SMS Applicaition in Vb but i Have No idea can any body helpme .

Thanks
Tahir
First_Knight
Unregistered guest
Posted on Thursday, January 20, 2005 - 11:46 am:   

Hello.
I am developing a software.
I want to add the ability of sending/receiving sms into it.

How to use NowSms gateway in it.
Help me for that, and thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3936
Registered: 10-2002
Posted on Thursday, January 20, 2005 - 08:49 pm:   

Hi,

First, to avoid any potential confusion, I should explain that the Now SMS/MMS Gateway is a software product. NowSMS is not a bulk SMS service provider, and it is not a replacement for an SMS service provider. You will need a subscription to an SMS service provider, or a GSM modem, in order to send messages with NowSMS.

Once you have the necessary connectivity, you can send and receive SMS messages through NowSMS via HTTP.

URL formats for sending messages are described at the following link:

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm
http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/url_pa rameters_for_sending_messages.htm

When NowSMS receives a message, it can pass the details of the received message to your application using HTTP (or running a local executable command). We call this the 2-way messaging facility, and more information can be found at the following links:

http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm
http://support.nowsms.com/discus/messages/1/4520.html

-bn