capcom6 / android-sms-gateway

The SMS Gateway for Androidâ„¢ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible.
https://sms-gate.app
Apache License 2.0
204 stars 56 forks source link

Delay Functionality Doesn't Work #130

Open unrealmaow opened 3 hours ago

unrealmaow commented 3 hours ago

Describe the Bug When setting up the minimum and maximum delay and maximum number of message deliveries per 1 min from settings. It doesn't work at all.

To Reproduce Steps to reproduce the behaviour:

  1. Set the values of delays and maximum number of deliveries per 1 min from settings.
  2. Send Bulk Messages with multiple recipients in the PhoneNumbers object. The delay doesn't work at all.

Expected vs Actual Behavior

Checklist Before Submission

capcom6 commented 2 hours ago

Hello!

I'd like to clarify a few points about the delay functionality:

  1. The delay feature works between individual messages, not between recipients in a single message.
  2. The app is not designed for bulk message sending, as I don't want my app to be used for spam.

To use the delay feature effectively, please try the following:

  1. Send multiple messages with one or a few recipients in each message.
  2. The delay will be applied between these separate messages.

I'll update the documentation to make this behavior clearer.