最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Sending SMS to mobile phones via JavaScript - Stack Overflow

programmeradmin0浏览0评论

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
Add a comment  | 

3 Answers 3

Reset to default 10

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)

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

发布评论

评论列表(0)

  1. 暂无评论