Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending SMS through Gmail using delphi

Tags:

gmail

sms

delphi

As you know we can send SMS to any cellphone with the google chat, so can we use this function in a delphi program? can we send sms with delphi?

like image 936
Ouerghi Yassine Avatar asked Oct 10 '12 19:10

Ouerghi Yassine


People also ask

How to send SMS using Delphi?

How to send sms from Delphi. The most simple way to send SMS from Delphi is to use the built in HTTP/Rest SMS api of Ozeki SMS Gateway. When you use this API, you will send SMS messages by issuing a HTTP Post request to the SMS gateway. The HTTP Post request will contain a message formatted in json format.


1 Answers

You used to be able to, but it cost Google too much money to allow 3rd parties to piggyback on their service. So you can't do that using an API anymore: http://news.cnet.com/8301-17939_109-10193024-2.html

like image 121
David Heffernan Avatar answered Oct 18 '22 23:10

David Heffernan