![]() |
How to send a SMS to multiple numbers using Qt?
Hi!
I tried to send a SMS to multiple numbers using this code: Code:
QMessage message; What's wrong with my code, or how can I send a SMS to multiple contacts? Many thanks. |
Re: How to send a SMS to multiple numbers using Qt?
Ok, QtMobility just ignores all the adresses except the first:
Code:
QUrl smsUrl((QString("sms:%1").arg(message.to().first().addressee()))); |
Re: How to send a SMS to multiple numbers using Qt?
Answer: just set the uri to "sms:XXXXXXX, XXXXXXXX, XXXXXXX" to send an SMS to multiple numbers. ;)
|
All times are GMT. The time now is 09:26. |
vBulletin® Version 3.8.8