I am working on enabling one of my sites the ability to send text messages via classic asp. What i am finding is that different providers allow different number of max characters. What happens if a sender tries to send a message that is fine for some but too long for others? Will the message be truncated? Sent over multiple messages? Will it error out?
Thank you very much!
Web ServicesASP
Last Comment
Bob Schneider
8/22/2022 - Mon
Ryan Chong
>>Will the message be truncated? Sent over multiple messages? Will it error out?
It's all depends on the SMS gateway how it receives the request.
It may be truncated, it may be sending multiple messages, may be it will causes an error. It's all depends on the specification of the respective SMS gateway and its interface.
Ryan Chong
So, what I mean is the answer may be vary from each and others
Bob Schneider
ASKER
So is there a suggestion? I want my customers to be able to send a text message to their clientele over an asp web site. It seems the only thing left to determine is how to handle the varying max message sizes by the different providers.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Ryan Chong
So, are you saying you want to suggest your customers variety of SMS gateway available and let them decide which one to use?
Bob Schneider
ASKER
No I want coaches to be able to send a text message to members of their team from within the web site (www.etraxc.com/). regardless of who the individual team members' carrier is. I think I understand what I need to do from a code standpoint but I am wondering how to handle the different limitations on max char length from provider to provider.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
It's all depends on the SMS gateway how it receives the request.
It may be truncated, it may be sending multiple messages, may be it will causes an error. It's all depends on the specification of the respective SMS gateway and its interface.