Sending a message as SMS to phone from a website

Last post 12-07-2009 2:46 PM by thuhue. 3 replies.

Sort Posts:

  • Sending a message as SMS to phone from a website

    12-07-2009, 10:03 AM
    • Member
      point Member
    • charles_ona
    • Member since 12-07-2009, 12:48 PM
    • Posts 1

    How can i write a function that a click event of a submit button on a webform will send a text or string message to a phone number. Using vb or asp.net code

  • Re: Sending a message as SMS to phone from a website

    12-07-2009, 11:02 AM
    • Star
      7,624 point Star
    • thuhue
    • Member since 09-18-2003, 9:54 AM
    • Posts 2,238

    Where and how is the phone number held?

    Please mark the post(s) that have helped you as "Answer"
  • Re: Sending a message as SMS to phone from a website

    12-07-2009, 2:28 PM
    Answer
    • Member
      294 point Member
    • intelligenz
    • Member since 12-07-2009, 1:48 AM
    • Indianapolis, IN
    • Posts 67

    Here is how we do it for the moment:

    We store the users 10 digit phone number and then also the name of their provider.  At&T, Verizon, Sprint, Etc.  Then when we need to send a test be combine the phone number + the respective domain.

    So sbc global may be something like 4448781111@sbcglobal.net

    That is just an example.

    You can find many lists on the web for providers and their email addresses.


    You then just create a mail message and send the text via email which is covnerted to a txt through the service providers network.  Otherwise, I would suggest a third party api that will handle text messages for you via a web api.

  • Re: Sending a message as SMS to phone from a website

    12-07-2009, 2:46 PM
    Answer
    • Star
      7,624 point Star
    • thuhue
    • Member since 09-18-2003, 9:54 AM
    • Posts 2,238

    So we are sending the message the same way as a regular email message.

     

    Here are tutorial links:

    http://wiki.asp.net/page.aspx/392/sending-email-in-aspnet/

    http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/videos/video-416.aspx

     

    Please mark the post(s) that have helped you as "Answer"
Page 1 of 1 (4 items)