Hi,
I am developing a simple SMS sending application, where i want to send a message to multiple recipients,
I am doing it by just changing the message address(recipient)
message.setTo(QMessageAddress(QMessageAddress::Phone,receipient));
The problem is, it sends SMS multiple times to the recipients when their are more than two recipient.
I unable to point out the problem, is anybody have any solution?
Regards,
Prasad



