Send LMS in now sms

Send LMS in now sms SearchSearch
Author Message
Anonymous
 
Posted on Thursday, March 04, 2004 - 12:54 am:   

the now sms gateway can send long message up to 4800 characters?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1968
Registered: 10-2002
Posted on Thursday, March 04, 2004 - 08:17 pm:   

In this thread, you asked about receiving long concatenated messages, so I'll also refer you to that thread:

http://support.nowsms.com/discus/messages/1/3087.html

On the sending side, in current versions, we can support up to about 8000 characters in a single concatenated message. However, you would be hard pressed to find a mobile phone that could handle such a long message (> 50 messages for a single text).

The limit was lower in some of our earlier versions.

Do note that the web form in our web interface uses a GET method to post the form. Internet Explorer seems to refuse to submit a GET form when the data is longer than about 2000 characters. You can edit the HTML for our web form (html\Send Text Message.htm) and change the form to a POST method to get around this limitation. Or, you can generate your own HTTP GET request programatically.

-bn