I have implemented sms plugin to send sms to a given user.But now I want to send the same sms to multiple users.How can I implement this with ionic?
have you tried adding the other users number to the sendto address, comma separated. Alternatively loop through the numbers and send to users.