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?
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?
Share Improve this question edited Dec 6, 2010 at 15:51 user229044♦ 239k41 gold badges344 silver badges346 bronze badges asked Dec 6, 2010 at 14:11 StevenSteven 4,0226 gold badges23 silver badges29 bronze badges 3- 2 First thing to know: Java and JavaScript are two completely different things. – Pointy Commented Dec 6, 2010 at 14:13
- yup that was a mistake.........sorry – Steven Commented Dec 6, 2010 at 14:14
- @Steven how you have solved your problem? – Jorge B. Commented Apr 15, 2014 at 10:01
3 Answers
Reset to default 10You 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)
See the Phonegap SMS Plugin to send SMS messages and also see this.
I also created an open source API + Phone app that will allow you to programmatically send SMS messages from an android phone using an HTTP API. Check it out on GitHub. https://github.com/NdoleStudio/httpsms