Im attempting to send 2 SMS. I have a lengthy text set so i know its above 160 characters however it returns a messageId but end recipient doesnt receive it. My string is set as this - is there a problem with this string?
"https://www.intellisoftware.co.uk/smsgateway/sendmsg.aspx?username=uuussseeerrrr&password=password1&to=" & MobileNumber & "&text=" & Message & "&from=COMPANY" & "&UserKey=" & SomeUserKey & "&maxconcat=2"