Sending SMS Worldwide from ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ananthu
    New Member
    • Sep 2007
    • 87

    Sending SMS Worldwide from ASP.NET

    Hi

    I want to know how to send SMS from ASP.NET to mobile phones worldwide.

    I have searched lot of sites but they are dealing with connecting the mobile phones in the system and then sending SMS to it using the gateway.

    But that is not my requirement.

    Please help me to send SMS worldwide from my program in ASP.NET (Sitting in the system and accessing the webpage to send SMS worldwide) with appropriate guidance and if possible with source code guidance also.

    Thank you in Advance....
  • Ananthu
    New Member
    • Sep 2007
    • 87

    #2
    Hi

    Please send me the reply quickly....

    Comment

    • Ananthu
      New Member
      • Sep 2007
      • 87

      #3
      Urgent - Sending SMS Worldwide from ASP.NET

      Hi

      I want to know how to send SMS to mobile phones worldwide from ASP.NET using my webpage. This is needed for my project in order to send SMS Alerts to Customers from my website.

      Most of the sites which i have visited deal with sending SMS to mobile phones that are connected to the system using cables and using some software like
      Nokia PC suite...This is not my requirement.

      Please help me quickly to send SMS worlwide from ASP.NET wepage by giving guidance step by step that what are all the things i have to do and if possible with sample codings also....

      Thanks in Advance.....

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        Please do not post your questions twice. This makes it very hard for people to answer you especially if there are answers happening in all the threads you have started because they have to read 2 or more threads in order to see what has already been said. You can just reply to your old thread to bump it back to the top of the board. Please read the Posting Guidelines.

        I have merged your threads.

        MODERATOR

        Comment

        • Ananthu
          New Member
          • Sep 2007
          • 87

          #5
          I have waited for 2 days. No reply from your side for my question so only i posted in new thread...

          Sorry....

          Please give me the solution sir quickly...I am very frustrated.... I am rushing out of time....

          Thank you....

          Comment

          • Curtis Rutland
            Recognized Expert Specialist
            • Apr 2008
            • 3264

            #6
            You didn't wait 2 days, you waited about 14 hours. But even if you waited 14 days, you can still bump your old thread without posting a new one.

            Also, please don't get impatient with us. The experts are under no obligation to help you. The people here take time out of their day because they want to help; they like helping people. Get snippy, and they might not want to help you as much.

            MODERATOR

            Now, as to your question, I'm not sure I have the answer you want. As far as I'm aware, you need some kind of gateway to send your SMS messages. I don't think that you'll be able to do it without one.

            But, some (most) cellular providers have a service where you can send an email to an SMS recipient. For example, you can send an SMS to a sprint customer using this pattern: phonenumber@messaging.spri ntpcs.com. So, with some serious work, you might be able to find all the patterns you need and use SMTP to send these messages. But I don't really think that it's very feasable.

            Hopefully someone else has a better answer for you.

            Comment

            • cmrhema
              Contributor
              • Jan 2007
              • 375

              #7
              Originally posted by insertAlias
              You didn't wait 2 days, you waited about 14 hours. But even if you waited 14 days, you can still bump your old thread without posting a new one.

              Also, please don't get impatient with us. The experts are under no obligation to help you. The people here take time out of their day because they want to help; they like helping people. Get snippy, and they might not want to help you as much.

              MODERATOR

              Now, as to your question, I'm not sure I have the answer you want. As far as I'm aware, you need some kind of gateway to send your SMS messages. I don't think that you'll be able to do it without one.

              But, some (most) cellular providers have a service where you can send an email to an SMS recipient. For example, you can send an SMS to a sprint customer using this pattern: phonenumber@messaging.spri ntpcs.com. So, with some serious work, you might be able to find all the patterns you need and use SMTP to send these messages. But I don't really think that it's very feasable.

              Hopefully someone else has a better answer for you.


              You need not need a gateway, but u should certainly have a modem
              Try to get a GSM modem there are many available like Siements TC35 i.

              Purchase this as well as a SIMCARD

              Insert the Simcard in ur GSM mobile.

              and download the code from
              http://www.codeproject .com/KB/cs/SMS.aspx
              and try to implement according to your need

              this will certainly work. I have implemented and its working for more than 8 months

              Try out
              All the best

              Comment

              • Curtis Rutland
                Recognized Expert Specialist
                • Apr 2008
                • 3264

                #8
                Thanks for clarifying that for me. I didn't quite understand all the terminology at first.

                Comment

                • Ananthu
                  New Member
                  • Sep 2007
                  • 87

                  #9
                  Hi,

                  The answer given by you previously deal with connecting the GSM phone to the system and using the gateway to send SMS to it using data cable..

                  But that is not my requirement...

                  Please help me to send SMS worldwide from my webpage in ASP.NET(sitting in the system at one place and accessing my website to send SMS worldwide).

                  Thanks in Advance....

                  Comment

                  • Curtis Rutland
                    Recognized Expert Specialist
                    • Apr 2008
                    • 3264

                    #10
                    Have you considered the fact that what you're asking might not be possible?

                    Comment

                    • RedSon
                      Recognized Expert Expert
                      • Jan 2007
                      • 4980

                      #11
                      Originally posted by Ananthu
                      Please help me to send SMS worldwide from my webpage in ASP.NET
                      You don't just set up a webpage and code up something to magically send SMS to people all over the world. It doesnt work like that. You need to access cellular networks in one of two ways. You can buy a CDMA or GSM modem and pay for service to it then send SMS that way. Or you can contract with a company for a SMS gateway.

                      There isn't a magical php or javascript function that you can call to send SMS.

                      And stop copying and pasting the same lines of text in subsequent posts. Everyone can read what you already posted, so reposting the same content it a waste of time.

                      Comment

                      • Ananthu
                        New Member
                        • Sep 2007
                        • 87

                        #12
                        Hi

                        Sorry for the mistakes which i have done so far...

                        I thought of sending SMS from ASP.NET webpage using some message carriers like @alltell.com,@c lickatell.com,@ smscountry.com, @smsjunction.co m. But they asked me in the website some amount for registering...

                        So only i asked whether there is any oppurtunity to send SMS from my webpage...

                        The solution which you have given me is touching the nose by moving around the head.....Instea d i can handle my handset on my own know...Why should i use codings and then using gateway to send sms from my page....

                        Please give me solution to send sms through any message carrier of free of cost along with SMTP Server name and port number ya if possible...

                        Thanks ya for your help....

                        Comment

                        • RedSon
                          Recognized Expert Expert
                          • Jan 2007
                          • 4980

                          #13
                          Originally posted by Ananthu
                          Hi

                          Sorry for the mistakes which i have done so far...

                          I thought of sending SMS from ASP.NET webpage using some message carriers like @alltell.com,@c lickatell.com,@ smscountry.com, @smsjunction.co m. But they asked me in the website some amount for registering...

                          So only i asked whether there is any oppurtunity to send SMS from my webpage...

                          The solution which you have given me is touching the nose by moving around the head.....Instea d i can handle my handset on my own know...Why should i use codings and then using gateway to send sms from my page....

                          Please give me solution to send sms through any message carrier of free of cost along with SMTP Server name and port number ya if possible...

                          Thanks ya for your help....
                          There is no free of cost solution. You can send email to some companies that will be interpreted as SMS messages you can use any SMTP server for that if you know the address. But sending direct SMS messages with a GSM modem is not free.

                          All of those SMS websites work with the telephone companies to send SMS messages.

                          Comment

                          • Ananthu
                            New Member
                            • Sep 2007
                            • 87

                            #14
                            Ok thanks for your kind reply and co-operation...

                            Keep in touch with me...

                            Comment

                            • arnd2008
                              New Member
                              • Dec 2008
                              • 1

                              #15
                              hi iam take to late to answer your question

                              here in this web site you learin about send sms to mobile from your web sites

                              CodeProject: Sending SMS using .NET. Free source code and programming help

                              Comment

                              Working...