framework7

Open full view…

Send sms to multiple numbers?

manmade
Thu, 10 Aug 2017 16:10:00 GMT

If I have the following sms link --- <a href="sms:070xxxxxx;" class="external" target="_blank">Send imessage from mobile</a> --- then it send it as an iMessage, good! But how can I send to multiple numbers? If I try with the below it only adds the first number when it opens the messages app. --- <a href="sms:070xxxxxx,0708xxxxxx;" class="external" target="_blank">Send imessage from mobile</a> --- I have tested with --- sms:070xxxxxx,0708xxxxxx; sms:070xxxxxx.0708xxxxxx; sms:070xxxxxx;0708xxxxxx; --- But it only adds the first number!? Thanks!

ErikCornelisse
Thu, 10 Aug 2017 18:00:48 GMT

I don't think it is possible according to the [Apple dev spec](https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/SMSLinks/SMSLinks.html) See also [StackOverflow](https://stackoverflow.com/questions/12818832/send-sms-to-mulitple-recipients)

manmade
Thu, 10 Aug 2017 20:47:58 GMT

No you probably right, I works with href="iMessage:[email protected],[email protected]; but that is on the other hand on the computer if you want to send with iMessage on the mac. Thanks anyway Erik :-)

manmade
Thu, 10 Aug 2017 21:04:22 GMT

Well, this seams to work. href="sms:/open?addresses=0702315096,0707070707,0102315096,0207070707, 0302315096,0407070707,0502315096,0607070707,0802315096,0907070707,0712315096,0727070707,0732315096,0747070707,0752315096,0767070707,0772315096,0787070707,0792315096,0701070707,0703315096,0704070707,0705315096,0706070707,0707315096,0708070707,0709315096,0707170707,0702325096,0707870707," class="external" target="_blank">Send multiple imessage from iphone</a> :-) At least on an old iPhone 4S. I donĀ“t have a new one to test with right now!?