Send Multiple SMS

To send multiple SMS at a go, you need to implement a way to loop the contact with foreach or you can just append a comma (,) after every contact number.

$recipient = '23324XXXXXXX,233020XXXXXXX'; //International format (233) excluding the (+)

NB: Place comma(,) after every number as seen above.

Last updated