diff --git a/web/mkdocs/docs/assets/screenshot.png b/web/mkdocs/docs/assets/screenshot.png index d1621f70..1617a19a 100644 Binary files a/web/mkdocs/docs/assets/screenshot.png and b/web/mkdocs/docs/assets/screenshot.png differ diff --git a/web/mkdocs/docs/faq.md b/web/mkdocs/docs/faq.md index 50c8f5e5..85eb2fc0 100644 --- a/web/mkdocs/docs/faq.md +++ b/web/mkdocs/docs/faq.md @@ -44,3 +44,7 @@ As of version [1.3.0](https://github.com/capcom6/android-sms-gateway/releases/ta "withDeliveryReport": false } ``` + +## How can I set up delays between sending messages? + +To avoid mobile operator restrictions, we introduced a delay feature in version [1.6.0](https://github.com/capcom6/android-sms-gateway/releases/tag/v1.6.0) of our application. You can set a random delay between messages by specifying a maximum delay time. The application will then randomly select a delay within this range for each message sent. This helps to reduce the likelihood of messages being flagged as spam by simulating a more human-like sending pattern.