fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
241 stars 176 forks source link

Multiple recipients #43

Open WhileTrueCH opened 3 years ago

WhileTrueCH commented 3 years ago

Why does it send an MMS instead of a SMS if multiple recipients are passed?

Angeloem commented 2 years ago

I think its because of the constraints of the underlying platforms