Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. SMS is not deliver

SMS is not deliver

Scheduled Pinned Locked Moved ASP.NET
csharp
12 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kunal naik
    wrote on last edited by
    #1

    Hello, i am using the article "Sending SMS using .NET through Web service By Manoj Kumar C" for sending sms through web ser. but when this application will run the output show the sms will send successfuly but the msg will not deliver in the mobile and also not getting an e-mail. so anybody tell me what i have done to deliver the message sucessfuly.

    C S A S 4 Replies Last reply
    0
    • K kunal naik

      Hello, i am using the article "Sending SMS using .NET through Web service By Manoj Kumar C" for sending sms through web ser. but when this application will run the output show the sms will send successfuly but the msg will not deliver in the mobile and also not getting an e-mail. so anybody tell me what i have done to deliver the message sucessfuly.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This has NOTHING to do with ASP.NET. And yet, it gets asked every day. You need to find a service that will deliver SMS in your area. Most services are unstable, or they cost money.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • K kunal naik

        Hello, i am using the article "Sending SMS using .NET through Web service By Manoj Kumar C" for sending sms through web ser. but when this application will run the output show the sms will send successfuly but the msg will not deliver in the mobile and also not getting an e-mail. so anybody tell me what i have done to deliver the message sucessfuly.

        S Offline
        S Offline
        Shahdat Hosain
        wrote on last edited by
        #3

        If use localhost to send email at first check the directory C(System Drive):\Inetpub\mailroot\Queue . do you get the email message? If not you should configure IIS correctly?

        shahdat

        C 1 Reply Last reply
        0
        • S Shahdat Hosain

          If use localhost to send email at first check the directory C(System Drive):\Inetpub\mailroot\Queue . do you get the email message? If not you should configure IIS correctly?

          shahdat

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          What on EARTH does this have to do with the question that was asked ?

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          1 Reply Last reply
          0
          • K kunal naik

            Hello, i am using the article "Sending SMS using .NET through Web service By Manoj Kumar C" for sending sms through web ser. but when this application will run the output show the sms will send successfuly but the msg will not deliver in the mobile and also not getting an e-mail. so anybody tell me what i have done to deliver the message sucessfuly.

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            The web service that he provided for that article stopped working for almost 3 years from now.. (AFAIK) You need to find another web service like this which can send sms. If you want it for India, you might use way2sms. :-D

            Abhishek Sur


            My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

            **Don't forget to click "Good Answer" if you like to.

            C 1 Reply Last reply
            0
            • A Abhishek Sur

              The web service that he provided for that article stopped working for almost 3 years from now.. (AFAIK) You need to find another web service like this which can send sms. If you want it for India, you might use way2sms. :-D

              Abhishek Sur


              My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

              **Don't forget to click "Good Answer" if you like to.

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              But don't forget, if the client is NOT in india, that webservice may not work for them.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              A 1 Reply Last reply
              0
              • C Christian Graus

                But don't forget, if the client is NOT in india, that webservice may not work for them.

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                A Offline
                A Offline
                Abhishek Sur
                wrote on last edited by
                #7

                yes... way2sms can send sms only to indian mobiles.. I dont know if there is any service available which can send sms around the globe. :) ;P ;P

                Abhishek Sur


                My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

                **Don't forget to click "Good Answer" if you like to.

                C 1 Reply Last reply
                0
                • A Abhishek Sur

                  yes... way2sms can send sms only to indian mobiles.. I dont know if there is any service available which can send sms around the globe. :) ;P ;P

                  Abhishek Sur


                  My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

                  **Don't forget to click "Good Answer" if you like to.

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  yeah, it's possible his code needs to be used locally, so it's good you were able to provide local info, but that's why I tell people who post here about that article ( and many do ) that they need to find something local to them for testing, and to their client for deployment.

                  Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                  A 1 Reply Last reply
                  0
                  • C Christian Graus

                    yeah, it's possible his code needs to be used locally, so it's good you were able to provide local info, but that's why I tell people who post here about that article ( and many do ) that they need to find something local to them for testing, and to their client for deployment.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    A Offline
                    A Offline
                    Abhishek Sur
                    wrote on last edited by
                    #9

                    you are absolutely right... :-D :-D Even for production, I think clients cant rely on free services.. As most of the free services doesn't guarantee sms delivery. Cheers.:thumbsup:

                    Abhishek Sur


                    My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

                    **Don't forget to click "Good Answer" if you like to.

                    C 1 Reply Last reply
                    0
                    • A Abhishek Sur

                      you are absolutely right... :-D :-D Even for production, I think clients cant rely on free services.. As most of the free services doesn't guarantee sms delivery. Cheers.:thumbsup:

                      Abhishek Sur


                      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

                      **Don't forget to click "Good Answer" if you like to.

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #10

                      Abhishek Sur wrote:

                      Even for production, I think clients cant rely on free services.. As most of the free services doesn't guarantee sms delivery.

                      eah, the other issue is that people who have clients paying $30 for a whole project, tend not to be willing to pay for anything. I don't see any angle that would keep a free service liquid and operating.

                      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                      A 1 Reply Last reply
                      0
                      • C Christian Graus

                        Abhishek Sur wrote:

                        Even for production, I think clients cant rely on free services.. As most of the free services doesn't guarantee sms delivery.

                        eah, the other issue is that people who have clients paying $30 for a whole project, tend not to be willing to pay for anything. I don't see any angle that would keep a free service liquid and operating.

                        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                        A Offline
                        A Offline
                        Abhishek Sur
                        wrote on last edited by
                        #11

                        Christian Graus wrote:

                        people who have clients paying $30 for a whole project

                        :-\ :-\ you are right...

                        Abhishek Sur


                        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

                        **Don't forget to click "Good Answer" if you like to.

                        1 Reply Last reply
                        0
                        • K kunal naik

                          Hello, i am using the article "Sending SMS using .NET through Web service By Manoj Kumar C" for sending sms through web ser. but when this application will run the output show the sms will send successfuly but the msg will not deliver in the mobile and also not getting an e-mail. so anybody tell me what i have done to deliver the message sucessfuly.

                          S Offline
                          S Offline
                          Shuaib wasif khan
                          wrote on last edited by
                          #12

                          why dont you use enterprise.smsgupshup.com api to send sms i am using it and it is working fine it cost 6 to 10 paise per sms

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups