Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send sms programmatically? [closed]

Are there any sites that offer the ability to send SMS for free?

How do they do it?

How am I able to send SMS programmatically?

like image 468
user121196 Avatar asked Jun 30 '09 04:06

user121196


People also ask

Which class is used to send SMS programmatically?

Use the SmsManager class to create smsManager , which automatically imports android. telephony. SmsManager , and use sendTextMessage() to send the message: ... // Use SmsManager.

Is there any free API to send SMS?

A free SMS API allows you to set up an SMS gatewayto send SMS messages directly from a software or application solution. Thus, the integration of SMS sending requests in the heart of your algorithms allows you to automate the sending, receiving and control of SMS messages from your website or your business software.


1 Answers

The articles listed below may be useful:
Are there any free services for sending SMS programmatically?
[Programmatic SMS] [3]
[Free SMS API?] [4]

EDIT Removed first link that has been removed

like image 95
eric.christensen Avatar answered Oct 04 '22 10:10

eric.christensen