18.10.2019, 06:48
(16.10.2019, 10:38)admin Wrote: You can try contacting Twilio support or ask your local operators if they provide SMS gateway service.
Hi, I tried to send command with https with this code:
Code:
local http = require('ssl.https')
mime = require("mime")
res, err = ssl.https.request('https://api.speedsms.vn/index.php/sms/send?access-token=...&to=84938354162&content=hello')
log(res, err)
Log message:
Code:
* arg: 1
* nil
* arg: 2
* string: Try again
I can send this link from web browser. But, not working with LM5. Please check and tell me how to fix this?
Thanks