I am using the following query to send sms INSERT INTO send_sms ( momt, sender, receiver, msgdata, sms_type ) VALUES ( 'MT', '1234', '1234567890', 'Hello world', 2 );
I can send message to the single number without any problem but I want to know how can I send message to multiple numbers. From http interface I can achieve this by simply typing multiple numbers with + sign between them.