Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

send sms using java

  Asked By: Kaua    Date: Aug 25    Category: Java    Views: 2396
  

can any body suggest me how to send SMS to mobile phones using java without modem connection ...

Share: 

 

5 Answers Found

 
Answer #1    Answered By: William Bouchard     Answered On: Aug 25

there are 2 ways for sending sms:

- with GSModems (mobiles are in this category)
- with sms  service providers(usually via internet services)

 
Answer #2    Answered By: Jean Bell     Answered On: Aug 25

Take a look at SMPP spec. It's so easy and very flexible

en....pedia.org/.../Short_message_peer-to-peer_protocol

 
Answer #3    Answered By: Dominic Murphy     Answered On: Aug 25

you also can send  sms with smpp protocol if you have access to an smsc or sms-gateway or you can also send with third-party applications that normally provide a web service for this job.

 
Answer #4    Answered By: Boris Nastevski     Answered On: Nov 19

Take a look at www.cs-networks.net.

They provide a cool app that allows you to send messages all over the world.

Regards,

 
Answer #5    Answered By: Vinay Singh     Answered On: Jan 18

recently i am creating a webservice in php that can send sms using way2sms gateway.
this is one grate way to send sms using java or php
for java code visit:---
and download java code...using json parser

http://youngstercarrer.com/smsapi/javasmsapi.php

if u wish u can use java httpconnection to send sms directly with following url.[ code can be find here.. http://youngstercarrer.com/smsapi/javasmshttp.php ]

youngstercarrer.com/.../sms_http.php?username="+ username +"&password="+ password +"&to=" + phoneNumber + "&msg=" + URLEncoder.encode(msg)

 
Didn't find what you were looking for? Find more on send sms using java Or get search suggestion and latest updates.




Tagged: