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. Email

Email

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
8 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.
  • S Offline
    S Offline
    Sebastian T Xavier
    wrote on last edited by
    #1

    Hi, I am working in asp.net 2.0 with C#. Now i have to send some mail messages from my web page to some email address. I have tried some methods, in some cases it works without any errors. but it never deliver mails to the destination address. Will anybody help me to solve this: if you have any working samples please let me know Thanks in advance Sebastian

    S C 2 Replies Last reply
    0
    • S Sebastian T Xavier

      Hi, I am working in asp.net 2.0 with C#. Now i have to send some mail messages from my web page to some email address. I have tried some methods, in some cases it works without any errors. but it never deliver mails to the destination address. Will anybody help me to solve this: if you have any working samples please let me know Thanks in advance Sebastian

      S Offline
      S Offline
      Sun Rays
      wrote on last edited by
      #2

      i have done this.. it's working fine Imports System Imports System.web Imports System.web.Mail Dim objMail As New MailMessage() objMail.From = "test@test.com" objMail.To = "test@test.com" objMail.Subject = "Testing" objMail.Body = "Testing" Mail.SmtpMail.Send(objMail) hope it will work for u

      Thanks, Sun Rays

      S 2 Replies Last reply
      0
      • S Sebastian T Xavier

        Hi, I am working in asp.net 2.0 with C#. Now i have to send some mail messages from my web page to some email address. I have tried some methods, in some cases it works without any errors. but it never deliver mails to the destination address. Will anybody help me to solve this: if you have any working samples please let me know Thanks in advance Sebastian

        C Offline
        C Offline
        ca8msm
        wrote on last edited by
        #3

        http://aspnetlibrary.com/codebankdetails.aspx?type=Email&codebank=Send-an-email

        Mark, http://aspnetlibrary.com

        S 2 Replies Last reply
        0
        • S Sun Rays

          i have done this.. it's working fine Imports System Imports System.web Imports System.web.Mail Dim objMail As New MailMessage() objMail.From = "test@test.com" objMail.To = "test@test.com" objMail.Subject = "Testing" objMail.Body = "Testing" Mail.SmtpMail.Send(objMail) hope it will work for u

          Thanks, Sun Rays

          S Offline
          S Offline
          Sebastian T Xavier
          wrote on last edited by
          #4

          thanks for your reply. let me check this out. Sebastian

          1 Reply Last reply
          0
          • C ca8msm

            http://aspnetlibrary.com/codebankdetails.aspx?type=Email&codebank=Send-an-email

            Mark, http://aspnetlibrary.com

            S Offline
            S Offline
            Sebastian T Xavier
            wrote on last edited by
            #5

            thanks for your reply. let me check this out.

            1 Reply Last reply
            0
            • S Sun Rays

              i have done this.. it's working fine Imports System Imports System.web Imports System.web.Mail Dim objMail As New MailMessage() objMail.From = "test@test.com" objMail.To = "test@test.com" objMail.Subject = "Testing" objMail.Body = "Testing" Mail.SmtpMail.Send(objMail) hope it will work for u

              Thanks, Sun Rays

              S Offline
              S Offline
              Sebastian T Xavier
              wrote on last edited by
              #6

              Again I got the same result. i has been sent , without any errors, warnings. but not yet droped in to the receiver. what will be the problem. Thanks Sebastian

              1 Reply Last reply
              0
              • C ca8msm

                http://aspnetlibrary.com/codebankdetails.aspx?type=Email&codebank=Send-an-email

                Mark, http://aspnetlibrary.com

                S Offline
                S Offline
                Sebastian T Xavier
                wrote on last edited by
                #7

                I have read the details and tried that method. But again I got the same result. i has been sent , without any errors, warnings. but not yet droped in to the receiver. what will be the problem. Thanks Sebastian

                C 1 Reply Last reply
                0
                • S Sebastian T Xavier

                  I have read the details and tried that method. But again I got the same result. i has been sent , without any errors, warnings. but not yet droped in to the receiver. what will be the problem. Thanks Sebastian

                  C Offline
                  C Offline
                  ca8msm
                  wrote on last edited by
                  #8

                  It could be any number of problems unfortunately. Some that I can think of are: 1) SMTP Server not setup 2) SMTP Server not forwarding emails 3) Network issue 4) Email address incorrect 5) Junk mail rules stopping email

                  Mark, http://aspnetlibrary.com

                  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