Hello all,

I have to send unique sms to thousands of receivers.

So, i have

$url = 'http://host:port
/send?user=user&from=from&to=to1+to2+to3+........+to1000+text=smstext';

and i make a curl request.

The problem is that due to big length of my parameters when i have many
receivers, the url i call is huge an i get error for exceeding max url
length.

I could split receivers to smaller batches and call a curl for each batch,
but i don't think it's the best solution.

Furthermore, so big url makes me feel that something is beeing done not as
properly as it could.

Could it be implemented with post??

What would you do to send so many messages to kannel?

Thank you

Reply via email to