Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending SMS to mobile phones via JavaScript

Tags:

javascript

I am a beginner in JavaScript. I would like to develop a JavaScript to send SMS to mobiles from my laptop or my mobile (java enabled though computer option would be better). Can anybody help me?

like image 748
Steven Avatar asked Dec 06 '10 14:12

Steven


People also ask

How can I send SMS from HTML to mobile?

Making an SMS link is very easy in HTML. Here, we will see how to make the SMS link on a webpage. Approach: Using <a> href attribute: Enter the phone number in place of the URL and add sms: before it to make an SMS link. Add the text between the tags that will appear as the clickable link.

Is there any free API to send SMS?

SMS Gateway API – A Free API Built for SMS Developers | Textlocal.

Can I send SMS from node JS?

With just a few lines of code, your Node. js application can send and receive text messages with Twilio Programmable SMS. This Node. js SMS Quickstart will teach you how to do this using our Communications REST API and the Twilio Node.


1 Answers

You could try these guys: http://www.zeepmobile.com/blog/?p=17

OR

Cellular carriers assign email addresses to their phone numbers and support SMS by email.

So if you can email, you can text.

format : (subscriber 10 digit number)@sms_providerdomain.xxx

Alltel @message.alltel.com AT&T @txt.att.net Nextel @messaging.nextel.com Sprint @messaging.sprintpcs.com SunCom @tms.suncom.com T-mobile @tmomail.net VoiceStream @voicestream.net Verizon @vtext.com (text only) @vzwpix.com (pictures and videos)

like image 117
capdragon Avatar answered Oct 02 '22 14:10

capdragon