Kerala Microsoft Users Group

how to send sms through google sms channel from our site

Latest post 12-17-2009 2:45 AM by Anuraj. 6 replies.
  • 12-14-2009 4:45 AM

    how to send sms through google sms channel from our site

    Hai Buddies,

             I created a channel in google sms. and successfully send sms from the smschannel page. Let me to know

    how to send sms from my site through my site, like in the k-mug forum.

    I also wish to know about send sms freely from the site. I have received a lot of sms, when registering in some sites.

    the sms format is like- "TA-XXXXX", how did the do it?

    • Post Points: 25
  • 12-14-2009 4:55 AM In reply to

    • Renju
    • Top 50 Contributor
    • Joined on 04-18-2009
    • Chennai/Alapuzha
    • Newbie
    • Points 310

    Re: how to send sms through google sms channel from our site

    You need get the sms gateway service for that,they will provide the bulk sms features and you display the name as you like "TA-Jinesh", also they provide an API to push sms from your asp.net webpage,its quite easy. Refer the below site.

    http://sms.foosms.com/

    Regards

    Renju.R

    http://blog.renjucool.com

    • Post Points: 25
  • 12-15-2009 6:35 AM In reply to

    Re: how to send sms through google sms channel from our site

    Could you help me to solve this webservice program.

    i didn't get any error, but the message  not getting in specified number.

    is it a problem of webservice ?

    try
          {
       net.webservicex.www.SendSMS smsIndia = new net.webservicex.www.SendSMS();
       net.webservicex.www.SMSResult smsre = new net.webservicex.www.SMSResult();
       smsre=  smsIndia.SendSMSToIndia("+91"+TextBox1.Text, "test@gmail.com", "Haiiii");

      Label1.Text = smsre.Status; //"Message Send Succesfully";
          }
          catch (Exception ex)
          {
            Label1.Text = "Error in Sending message" + ex.ToString();
          }

    • Post Points: 45
  • 12-15-2009 7:42 AM In reply to

    • Renju
    • Top 50 Contributor
    • Joined on 04-18-2009
    • Chennai/Alapuzha
    • Newbie
    • Points 310

    Re: how to send sms through google sms channel from our site

    I think the problem is with the webservice you used.Also google smschannels are too slow in india.So look
    for some professional sms services.There are failed sms error codes , that you can access from the webservice

    Please refer this link: http://sms.foosms.com/Error_codes.pdf

    Regards
    Renju.R
    MCTS
    http://blog.renjucool.com

    • Post Points: 5
  • 12-15-2009 9:39 AM In reply to

    Re: how to send sms through google sms channel from our site

    I have faced the same issue with this web service, either it is not sending the message or provider not accepting the message. Then we swithed to a paid gateway.

    Thanks

    Anuraj P
    http://www.dotnetthoughts.net

    THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS.
    BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT.

    • Post Points: 25
  • 12-16-2009 7:13 AM In reply to

    Re: how to send sms through google sms channel from our site

    hai,

      Would you tell me the list of some paid services link.

    And any service providers give demo of a few days of free sevice to check the program code.

    • Post Points: 25
  • 12-17-2009 2:45 AM In reply to

    Re: how to send sms through google sms channel from our site

    Renju already provided one. I think Way2sms.com has an option. I forgot the one I used Confused

    Thanks

    Anuraj P
    http://www.dotnetthoughts.net

    THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS.
    BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT.

    • Post Points: 5
Page 1 of 1 (7 items) | RSS