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. how to email in asp 2.0

how to email in asp 2.0

Scheduled Pinned Locked Moved ASP.NET
sysadminwindows-adminhelptutorialworkspace
5 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.
  • A Offline
    A Offline
    ahmed_fci2006
    wrote on last edited by
    #1

    hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)

    let's work together

    V S 3 Replies Last reply
    0
    • A ahmed_fci2006

      hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)

      let's work together

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

      http://www.systemwebmail.com/[^]

      Vasudevan Deepak Kumar Personal Homepage Tech Gossips

      J 1 Reply Last reply
      0
      • V Vasudevan Deepak Kumar

        http://www.systemwebmail.com/[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        J Offline
        J Offline
        Jon Sagara
        wrote on last edited by
        #3

        And, for 2.0, http://www.systemnetmail.com/[^]. :)

        Jon Sagara Laziness is nothing more than the habit of resting before you get tired. -- Unknown Blog | Site | Articles

        1 Reply Last reply
        0
        • A ahmed_fci2006

          hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)

          let's work together

          S Offline
          S Offline
          swguy23
          wrote on last edited by
          #4

          It's very easy to send and receve email in asp 2.0 first include following files in ur code filed 1)Imports System.Web.Mail 2)Imports System.Net You can send mail in following way ' Creating the Mail Message Dim objMailMessage As MailMessage objMailMessage = New MailMessage objMailMessage.From = "youremailaddress@yahoo.com" objMailMessage.To = custemail.ToString objMailMessage.Subject = "Subject Heading" objMailMessage.Body = "Thank you (any Description in body)" objMailMessage.BodyFormat = MailFormat.Html ' Sending Mail Message SmtpMail.Send(objMailMessage) 'And also set ur Web.config file by defining your network host ipaddress, username and password Regards, Vidhin Shah -- modified at 3:38 Thursday 1st March, 2007

          1 Reply Last reply
          0
          • A ahmed_fci2006

            hi every on plz any can hlep me in understanding how I can make my website send emails and recieve and what about setup pop3 :((in windows server help plz and thanks for advance ;)

            let's work together

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

            http://www.systemnetmail.com/[^]

            Vasudevan Deepak Kumar Personal Homepage Tech Gossips

            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