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. check email address is correct or not without sending email

check email address is correct or not without sending email

Scheduled Pinned Locked Moved ASP.NET
comhelp
6 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.
  • H Offline
    H Offline
    help as an alias
    wrote on last edited by
    #1

    hi all, i m working on the email validation i ve to check email id either it is correct or not but i cannt send mail on them. ie when i validate all email id client send newsletter and they should not bounce. thanx in advance

    help as a alias. Be happy and make others happy.Cheer up........... My Personel webpage

    N P 2 Replies Last reply
    0
    • H help as an alias

      hi all, i m working on the email validation i ve to check email id either it is correct or not but i cannt send mail on them. ie when i validate all email id client send newsletter and they should not bounce. thanx in advance

      help as a alias. Be happy and make others happy.Cheer up........... My Personel webpage

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      You can use regular expressions to validate the supplied text is in a valid email format.

      help as an alias wrote:

      when i validate all email id client send newsletter and they should not bounce.

      You are expecting too much. You won't know the mail bounces untill you send it.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

      1 Reply Last reply
      0
      • H help as an alias

        hi all, i m working on the email validation i ve to check email id either it is correct or not but i cannt send mail on them. ie when i validate all email id client send newsletter and they should not bounce. thanx in advance

        help as a alias. Be happy and make others happy.Cheer up........... My Personel webpage

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        help as an alias wrote:

        either it is correct or not but i cannt send mail on them. ie when i validate all email id client send newsletter and they should not bounce.

        You won't know until you actually try to send the email whether or not it bounces. You can use regular expressions to see if the email is in a valid form or not.

        "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

        H 1 Reply Last reply
        0
        • P Paul Conrad

          help as an alias wrote:

          either it is correct or not but i cannt send mail on them. ie when i validate all email id client send newsletter and they should not bounce.

          You won't know until you actually try to send the email whether or not it bounces. You can use regular expressions to see if the email is in a valid form or not.

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

          H Offline
          H Offline
          help as an alias
          wrote on last edited by
          #4

          thanx, i alrey use this but i can to check it correct email id i m also checking domain is correct or not but not able to find the solution for email

          help as a alias. Be happy and make others happy.Cheer up........... My Personel webpage

          N 1 Reply Last reply
          0
          • H help as an alias

            thanx, i alrey use this but i can to check it correct email id i m also checking domain is correct or not but not able to find the solution for email

            help as a alias. Be happy and make others happy.Cheer up........... My Personel webpage

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            You don't find what you are asking for. Only way is to send email, get a confirmation by asking users to click on confirm email link.

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

            P 1 Reply Last reply
            0
            • N N a v a n e e t h

              You don't find what you are asking for. Only way is to send email, get a confirmation by asking users to click on confirm email link.

              All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              I second that. Sure there's regular expressions to check for any silly email addresses, but one has to actually try and send an email to see if it is indeed valid or not. The confirmation approach works well, too :)

              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

              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