SMS Without GSM Modem

Good Morning,
Please suggest me is how to send sms without gsm modem .

Hi @selva!

The solution offered by Elipse Software requires a GSM modem.

Alternatively, you can use a web service that sends SMS messages. Communication between E3 and the web service can be done by script, using the ServerXMLHTTP object.

hi good evening,
i understand can u share me a any sample .pls help me.

thank you in advance…
have a good day…

You can try this one:

Example script:

Sub CommandButton6_Click()
	apikey = "Your API key"
	message = "This is your message"
	numbers = "Destination phone number"
	sender = "Your sender name"
	url = "http://api.txtlocal.com/send/?apikey=" & apikey & "&numbers=" & numbers & "&message=" & message & "&sender=" & sender
	set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
	xmlhttp.open "POST", url, false
	xmlhttp.send ""
	MsgBox xmlhttp.responseText
	set xmlhttp = nothing
End Sub

Note: You will need to contact their technical support to enable sending international messages. I suggest that you look for some web service in your country.

Try this:

Good Afternoon,
thanks a lot for your support. i will check and update you…
thank you so much.

Try SMS services without GSM modem with Gunisms, We provide free 20 SMS. https://www.gunisms.com.au/free-sms-service