scan-flow step 9: real SMS via SMSGlobal HTTP API (smshttp sender, proven live OK:0) + docs

This commit is contained in:
2026-08-07 16:10:52 +10:00
parent 453c61b57a
commit d4679068ba
8 changed files with 69 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ Uncheck *Send me SMS alerts* on the edit form → scans are recorded but no SMS
### 7. Watching the SMS
In log mode: `tail -f /tmp/ww-server.log` and look for `SMS to`. With real SMSGlobal credentials (`SMS_API_KEY` / `SMS_API_SECRET` env vars), the owner's phone receives the text.
In log mode: `tail -f /tmp/ww-server.log` and look for `SMS to`. With real credentials set, the owner's phone receives the text — set `SMS_USER`/`SMS_PASSWORD`/`SMS_FROM` (SMSGlobal HTTP API, `from` = your verified number like `61423274487`) when running `make run`.
### Notes