David Meier <[EMAIL PROTECTED]> wrote: > Hi all, > > does anyone have any experience on how many recipient phone numbers can be passed in > the field 'to'? How wise is it to put as many recipients as possible in there for > bulk sms'ing? Or is it better to send out the sms to every single recipient by > itself?
You have to use POST or POST-XML for many to's (GET is limited to 1024bytes if I'm not mistaken). Using POST-XML, I've once used 10K destinations, and I was only limited to some timeout in HTTP I never looked at. It can be greater, but I just remember that 100K was too much.
