bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
388 stars 109 forks source link

Be able to configure MAX_ATTEMPT #38

Closed anotherdevs closed 5 months ago

anotherdevs commented 1 year ago

It would be great to be able to configure MAX_ATTEMPT in the settings. If 0 is defined it will try indefinitely. The data: receivedStamp and sentStamp can be used to filter out stale messages in the backend.

bogkonstantin commented 5 months ago

Done in v.2.3.0 (except - without 0 = indefinitely)