You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Group SMS lists can be generated and group SMS can be sent, but I think it is a rule of Android that group SMS cannot be sent to more than 20 people. Then it gives an error. But if there is an interval of 2 minutes between each session, there is no problem.
Can it be developed with a feature like this?
Let's say I added 108 people to the list. I said send a group message.
108/20=5.4. So if we round this up, it has to be divided by 6.
If it automatically divided the list into 6 and sent them 2 minutes apart...
If the message is 2 messages long, it should also take that into account.
The text was updated successfully, but these errors were encountered:
Can describe a bit the situation for which you want to send messages to a lot of people ? there is another open issue #182 that could adress your problem, if it matches up.
#182 The subject is somewhat similar. But when I really want to send a message to more than one person, phones have a certain limit in terms of SMS. And it would be nice if there was a setting like a group to always send. It's like a mass message on WhatsApp, but with SMS. As a result, it would be nice if messages were sent to everyone one by one using software to exceed the limit and we could save them somewhere.
Group SMS lists can be generated and group SMS can be sent, but I think it is a rule of Android that group SMS cannot be sent to more than 20 people. Then it gives an error. But if there is an interval of 2 minutes between each session, there is no problem.
Can it be developed with a feature like this?
Let's say I added 108 people to the list. I said send a group message.
108/20=5.4. So if we round this up, it has to be divided by 6.
If it automatically divided the list into 6 and sent them 2 minutes apart...
If the message is 2 messages long, it should also take that into account.
The text was updated successfully, but these errors were encountered: