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. General Programming
  3. C#
  4. Send SMS in asp.net

Send SMS in asp.net

Scheduled Pinned Locked Moved C#
csharpasp-nettutorialquestion
5 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.
  • Y Offline
    Y Offline
    yesu prakash
    wrote on last edited by
    #1

    How to send sms from asp.net without gateway, is it possible?, if so how?

    K M Y R 4 Replies Last reply
    0
    • Y yesu prakash

      How to send sms from asp.net without gateway, is it possible?, if so how?

      K Offline
      K Offline
      keyboard warrior
      wrote on last edited by
      #2

      This link here on code project is a great place to start. http://www.codeproject.com/info/search.aspx?artkw=sms&sbo=kw[^]

      1 Reply Last reply
      0
      • Y yesu prakash

        How to send sms from asp.net without gateway, is it possible?, if so how?

        M Offline
        M Offline
        Muhammad Mazhar
        wrote on last edited by
        #3

        I believe you will be required to have your custom SMS server type thing. For example some custom piece of software running on some septate machine that could pick alerts from your online database after certain intervals and the flush them out in SMS form. BTW you can also do another trick and that is if your mobile service providers support Email message using mobile phone number then you can simply trigger an Email with mobile number as to address while message content in subject of Email. This Email will be delivered as SMS.

        I Web Development Free Lancer
        Share your experience with others Check my Blog...

        1 Reply Last reply
        0
        • Y yesu prakash

          How to send sms from asp.net without gateway, is it possible?, if so how?

          Y Offline
          Y Offline
          Yvan Rodrigues
          wrote on last edited by
          #4

          May I ask why you do not want to use a gateway? If it is cost I recommend reconsidering a gateway. I use Twilio (no affiliation) and my cost is USD 0.02 per message. You can literally be up and running in 15 minutes and all you'll have to do is add a few lines of code to your application. I've seen a lot of people go the route of harvesting all the addresses of the free email-to-sms gateways that the carriers offers as a cheap way of not using an SMS gateway. That will work if you don't mind having absolutely no control over the quality of service or delivery. Lastly, you can get a GSM modem and put it on the wireless network. This is great as a learning experience but if you intend for your application to ever be used in a production environment, count on at least two dedicated servers on a reliable network plus the costs of a couple of truly unlimited texting plans with a local carrier. Seriously, have fun learning about all of these options but if you want to save time an learn from your elders ;) find a gateway that meets your needs.

          1 Reply Last reply
          0
          • Y yesu prakash

            How to send sms from asp.net without gateway, is it possible?, if so how?

            R Offline
            R Offline
            RaviRanjanKr
            wrote on last edited by
            #5

            Hope This Link SMS services in ASP.NET [^] will work for you.

            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