I am trying to get Textbelt to work. It is a free SMS messaging service. I have looked at the examples and tried them but keep getting back an invalid phone number. Anyway, I have to start work so I thought I would post the source and if anyone can get it working please let me know.
Dim j As HttpJob
j.Initialize("j", Me)
Dim number As String = "5551234567"
Dim msg As String = "hello!"
j.PostString("http://textbelt.com/text", $"number=${number}&message=${msg}"$)