Server script to send sms from pc to mobile

hey can anybody help me how to develop a server side script which can send sms to a mobile, what all things to consider....please guide me in this.

If you know the carrier then the easiest way to send a sms is send the email to the phone. The email address will be phonenumber@carrierspecific address. You can get the list of carrier specific email address at their website or search at google.
Other way is to subscribe to a sms server like smsxchange and use their apis to send email.
Third way is to connect a gprs modem/ phone to the pc and send the sms through the phone.
Easiest and free is the email and next best if ready to pay is subscribe to an sms exchange provider.

Similar Messages

  • Send sms from pc to mobile using java

    im getting an error invalid pin,ie, error no -102,can anybody help me//

    kiddo probably typed that topic into Google verbatim and a million results came up all referring to the ubiquitous "snd sms from Java" questions that constantly reappear here by homework kiddos thinking it would be a "kewl" and "original" "end of year project".

  • How to send sms from pc to mobile phones

    Hey house,
    Am handling a project on how to send a personalized sms msg from a pc to multiple mobile phones.Any body with that technology should be of help .Thanks

    The simplest way is to find a web service which does this (there are several). Obviously you need to pay, something like buying a batch of transmissions up front. It's not very expensive, though. The particular instructions will be on the web site of the service, probably for various languages. Your invocations of the service will include your credentials.

  • Sending sms from oracle to mobile

    Hi Experts,
    EBS : R12.1.3 with shared appl_top pcp enables 2 nodes ( EBS1 , EBS2)
    DB   : 11gR2 : 11.2.0.2 with RAC enabled two nodes
    OS : RHEL 5.3 64 Bit
    we want to send notification via sms to mobile . For example like 'whenever a shipment is received ' or ' payroll run ' or 'concurrent manager failure' etc .
    if anyone have implemented this , please share the solution .
    thanks
    Mapps

    Pl do not post duplicates - using mobile sms alerts in R12

  • Can we use MIDP 1.0 to send SMS from mobile phone to server

    hello,
    I want to develop MIDlet which send sms from mobile phone to server
    using midp 1.0
    and also if any one knows about the mobile phone which suppoet midp 1.0 (java enabled) then tell me
    thanks in advance
    s.j.koradiya

    hi,
    SMS API(WMA) is an optional package. It is not a MIDP1.0 or MIDP2.0 api's.
    There are phones which has WMA api with MIDP1.0 support .... Nokia 3650
    Seimens has some phone with their own api's to send sms.Check out seimens site for more info
    BTW, What do you mean buy sending SMS to Server????
    If you want to send message to server you can do it with Http.
    HTH
    phani

  • Sending sms from server

    Well i have to send short message from webserver to any client.But not from client to client.Like any products inforamtions to clients.Because i can't find api in any webserver to send sms to client.While from client I have found api in sl45i to send to any smsc server.But not in webserver.
    I i will make this possible.
    Thanks
    Jawwad Ahmed

    I don't quite understand what you are trying to do but so far, here is what I have understood.
    1. You want to send SMS from Webserver to your mobile phone
    2. Want J2ME Emulator to process SMS.
    <1> Sending SMS from webserver is quite easy. You have several options:(a) connect a mobile phone to your server and 'talk' to the phone using Gnokii or GSMLib to send SMS. The mobile phone will take care of communicating with SMSC of your provider (b) get in touch with your provider and ask if you can connect to their SMSC directly. Some allow you to connect to their SMSC via a modem connection (c) look for public SMSC's, which are scarce.
    <2> Unfortunately, MIDP 1.0 does not allow you to retrieve SMS from the phone... nor does the Siemens SDK, AFAIK. You cannot process SMS using the Emulator as well. You need a real device to test your application.

  • SMS Provider for sending SMS from SAP BI server

    Hello,
    I need to send sms from sap bi server.
    Which service provider is preferable to use for sending sms?
    Any suggestions?

    You can opt for IDEA...............

  • Live Demo of sending SMS from Oracle Forms.

    I've just a posted a live demo of how to develop code to call a web service to send and SMS from Oracle Forms.
    Regards
    Grant
    http://otn.oracle.com/formsdesignerj2ee
    http://groundside.com/blog/GrantRonald?title=live_demo_of_sending_an_sms_from_forms&more=1&c=1&tb=1&pb=1

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Do anybody know about sending the sms from oracle forms.If anybody had means please send me the script...... This is a commonly asked question. Have you tried searching the forum for possible solutions? Take a look at this search result. I would also recommend you take a look at the Oracle Forms Services 11g web page and scroll down to the Oracle Forms 11g calling a web service link. This is a white paper published by Grant Ronald that specifically describes the process of sending SMS from Oracle Forms.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How can I send SMS from Mobile To PC? Plz Help me...

    I created one Midlet that has the user interface to get the details from the user.
    I want to send those details to server as SMS.
    What can I do with WMA.How can I send SMS from Mobile to PC.
    Plz help me to send SMS from Mobile to PC.

    Hi Senthilnathan,
    I too try for the same, if anyone has the idea please reply
    Regards
    Karthi

  • How to send SMS from SAP 4.7

    Hi All,
    I am newbie here.
    We have a requirement to send a SMS from SAP to Mobile.
    How can i do this. Currently we are using SAP 4.7.
    Can i do from SAP 4.7 or i need a new upgard version of SAP (ECC).
    Please help me.

    Rajesh,
         Actually i do not have idea on this. But i got the below information from one of the web site related to SAP. It may helpful to you.
    You could create dataset in application server with
    certain format, ex. : Hp-id Message ( 9999-999999Hello ),
    then you could use external command via FM
    RSPX_COMMAND_EXECUTE to execute the external command.
    The external command we used was Unix external command.
    This external command will take the dataset data you
    created and send the SMS.
    Cooperate with your Basis expert.
    Cheers,
    Suresh Kumar.

  • Help Me! How to send sms from a java program with a pda connected to system

    help me ,
    I am new in JavaME. I have to send sms from a java program, A PDA is connect to the system. Can some one help me to make that program which interact with PDA connected to system and send sms to any mobile or pda phones.

    user12873853 wrote:
    I believe JavaMail API will help in sending the mails and SMS through SMTP server. Sounds more like false hope than belief to me. The only way that would work is if you have an SMS gateway that allows communication through SMTP. Doubtlessly some exist (searching for 'JavaMail sms' through google certainly seems to indicate this), but if you have to ask you don't have one.
    And that exactly where you are stuck: to send SMS messages you need an SMS gateway. That will be the first thing you have to shop for, until then there is no reason to think about code, protocols or implementations. It can be as simple as hooking up a mobile phone, but then you cannot send bulk messages of course. Most likely you'll need to shop around for a partner that has an SMS blasting service you can use.

  • HT3529 i am unable to send sms from my iphone 4s

    i am unable to send sms from my iphone 4s

    Try Settings > General > Reset > Reset Network Settings.
    If that does not resolve, SMS is a carrier feature, contact the carrier.

  • How to send sms from gsm modem(AT commands) to j2me application(not inbox)

    hi
    i want to send sms from gsm modem to a j2me application, for this to happen i have to send sms to a specific port in which j2me application is running.when i m trying to send sms from modem it doesnt go to application it goes to inbox.
    is it related to udh settings if yes then how do i set port no in settings?if no what are the other ways.

    Hi Vignesh,
    Might be you can call ActiveX or DLL objects of the software installed for modem from LabVIEW, if it is unblocked.
    Have a  look on the link > http://zone.ni.com/devzone/cda/tut/p/id/2983
    CLA 2014
    CCVID 2014

  • How to send SMS from a servlet  to a mobile phone

    How to send SMS from a servlet to a mobile phone what are the things i have to do.......
    very urgent..

    Hi, please read this:
    http://forum.java.sun.com/thread.jspa?threadID=345296&messageID=2608297
    Found on the very forum with the search function ;)

  • Problems with sending SMS from adress book

    Hi all,
    I have a new Kotorola MOTOKRZR K1 here.
    The Bluetooth connection with iMac is ok. I can send data to phone and I can receive data from phone, but I can't send SMS from adress book v4.0.5 (487) to the phone.
    The bluetooth button in adress book is disabled. I can click on this button, but address book open in this case always a dialog: "Pair with bluetooth device".
    When I click on the "pair" button, then I can enter my access code vor the phone.
    It is the access code from Bluetooth Assistant program for the phone.
    my question is, Is here a user, who can send a SMS with MOTOKRZR K1 from adress book?
    With my old Siemens S55 is this no problem.
    Sorry for my very bad english.
    Greetings, Bermd

    did this ever get resolved?

Maybe you are looking for

  • Yo, Apple SysAdmins!!!! iTunes stuck in forever loop.

    Answer your pagers. Answer your phones. Pay attention to the ASAP emails from the systems. iTunes Terms & Conditions page is stuck in a loop. Here I am, trying to spend money, and the system is hosed. This is the one part of Apple support I find very

  • Reworking a legacy Project that has a .air generated application

    Hi, I am new to the Adobe SW solutions and have a few basic questions. Background. The small company where I now work has a software team of 1, and that is now me. In 2011 a previous Developer here created a .air target application that was delivered

  • Inspection lot generation after every 5th goods receipt

    Dear Gurus, There is a scenario in my project. There are some materials for which the inspection is done on every 5th goods receipt. The inspection of the material will be done for the first time it is coming in the company's premise and for the next

  • How to use "url.openStream()" . What this function does?

    how to use "url.openStream()" . What this function does? Edited by: sahil1287 on Apr 16, 2009 10:02 PM

  • Merging InDesign CS6 (Mac)

    I used the Merge Utility in InDesign 5 in the past, but I have since upgraded to IDesign CS6 and I'm having trouble merging. I want to print over 400 certificates (one unique certificate per page). InDesign is open and I saved the merge file as .csv