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. sending email and Sms

sending email and Sms

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 3 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.
  • M Offline
    M Offline
    minkinin
    wrote on last edited by
    #1

    Hi Guys howz it? hmmm I'm still a newbie pls help,I have been given a task to write a class which will be used to send emails and sms,I 've no Idea where to start,I tried to google just get working application but I dont understand some of the concepts,pls help. Thanks.

    N 1 Reply Last reply
    0
    • M minkinin

      Hi Guys howz it? hmmm I'm still a newbie pls help,I have been given a task to write a class which will be used to send emails and sms,I 've no Idea where to start,I tried to google just get working application but I dont understand some of the concepts,pls help. Thanks.

      N Offline
      N Offline
      Nader Elshehabi
      wrote on last edited by
      #2

      Hello Since you're new as you say, you must first know that reposting your question 3 mins apart is very rude in CP. Please delete your earlier post before you get fried by others. To your issue, Sending mails through C# will need an SMPT server to send through, and you'd use the System.Net.Mail namespace. Check it in your MSDN On the other hand sending sms would be similar yet a little more complicated. There are articles in CodeProject about it, and the portal is http://www.messagevista.com[^] Search Code Project for "sms" ands "email". If you didn't come up with anything, come back. Making things too easy sometimes is not for your benefit. Regards:rose:

      E 1 Reply Last reply
      0
      • N Nader Elshehabi

        Hello Since you're new as you say, you must first know that reposting your question 3 mins apart is very rude in CP. Please delete your earlier post before you get fried by others. To your issue, Sending mails through C# will need an SMPT server to send through, and you'd use the System.Net.Mail namespace. Check it in your MSDN On the other hand sending sms would be similar yet a little more complicated. There are articles in CodeProject about it, and the portal is http://www.messagevista.com[^] Search Code Project for "sms" ands "email". If you didn't come up with anything, come back. Making things too easy sometimes is not for your benefit. Regards:rose:

        E Offline
        E Offline
        eggsovereasy
        wrote on last edited by
        #3

        Can't you just do email to sms? Send an email to X@vtext.com where X is a Verizon cell phone number and it will be delivered as an SMS to the phone. There are similar email addresses for Sprint, Cingular, and T-Mobile. Probably for companies not in America as well. Just remember that you are limited to 160 characters.

        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