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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Sending mails

Sending mails

Scheduled Pinned Locked Moved ASP.NET
tutorialcomquestion
4 Posts 4 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.
  • H Offline
    H Offline
    hari4ur
    wrote on last edited by
    #1

    Hello, i developed one page in that page the visitor will give all details.. after giving those he will press submit..after pressing submit,all these details will send to mail id..example all these details send to abc@code.com what is the code for submit button.. is their any articles how to use SMTP.. Please give the answer Thanks Hari

    V E R 3 Replies Last reply
    0
    • H hari4ur

      Hello, i developed one page in that page the visitor will give all details.. after giving those he will press submit..after pressing submit,all these details will send to mail id..example all these details send to abc@code.com what is the code for submit button.. is their any articles how to use SMTP.. Please give the answer Thanks Hari

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Check out this: www.systemnetmail.com/ [^]

      Vasudevan Deepak Kumar Personal Homepage
      Tech Gossips
      A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

      1 Reply Last reply
      0
      • H hari4ur

        Hello, i developed one page in that page the visitor will give all details.. after giving those he will press submit..after pressing submit,all these details will send to mail id..example all these details send to abc@code.com what is the code for submit button.. is their any articles how to use SMTP.. Please give the answer Thanks Hari

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

        You will need a few textboxes and then use this article http://www.aspheute.com/english/20000918.asp this is in the simplest form, there are plently more out there

        1 Reply Last reply
        0
        • H hari4ur

          Hello, i developed one page in that page the visitor will give all details.. after giving those he will press submit..after pressing submit,all these details will send to mail id..example all these details send to abc@code.com what is the code for submit button.. is their any articles how to use SMTP.. Please give the answer Thanks Hari

          R Offline
          R Offline
          Reelix
          wrote on last edited by
          #4

          string mailFrom = "bob@bob.co.za"; // Doesnt have to be valid - Needs valid format though string mailTo = "your@email.com"; // Your actual e-mail address string mailDescription = "This is sent from a Web Page!"; string mailBody = "Yay! I have mail!"; System.Web.Mail.SmtpMail.SmtpServer = "mail.server.co.za"; // Insert Valid Mail Server Here System.Web.Mail.SmtpMail.Send(mailFrom, mailTo, mailDescription, mailBody); Enjoy :) - Reelix

          -= Reelix =-

          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