Re: Messages with more than 160 Characters

2018-10-25 Thread Robin C
Can I do it using PHP? On Thu, Oct 25, 2018 at 8:37 PM Alvaro Cornejo wrote: > Hi Robin > > You should do it before sending the message to kannel. > > Test the message length and if it is more than 160 chars do the split as > per the links sent below and then send each part to kannel. If the

Re: Messages with more than 160 Characters

2018-10-25 Thread Alvaro Cornejo
Hi Robin You should do it before sending the message to kannel. Test the message length and if it is more than 160 chars do the split as per the links sent below and then send each part to kannel. If the message is less than 160 chars, just proceed as usual. Regards, Alvaro