Verify E-mail address

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Tmlrb2xheSBQb2Rrb2x6aW4=?=

    Verify E-mail address

    Good afternoon, community!



    How you help me? I need to know, how could I verify e-mail address? I don't
    mean ( for example: test@test.com it is valid or not) I wanna know is that
    real world E-mail or not?



    How could I do that?



    Thank you in advance!

  • Paul E Collins

    #2
    Re: Verify E-mail address

    "Nikolay Podkolzin" <NikolayPodkolz in@discussions. microsoft.comwr ote:
    How you help me? I need to know, how could I verify e-mail address? I
    don't mean ( for example: test@test.com it is valid or not) I wanna
    know is that real world E-mail or not?
    Send them a message and tell them to go to a long secret link to prove
    they received it.

    Eq.


    Comment

    • =?Utf-8?B?Tmlrb2xheSBQb2Rrb2x6aW4=?=

      #3
      Re: Verify E-mail address

      Hi, Paul!

      Thanks for your reply. But I need to check it e-mail in "live e-mail
      verification", without the long secret link...

      Any Thoughts?

      "Paul E Collins" wrote:
      "Nikolay Podkolzin" <NikolayPodkolz in@discussions. microsoft.comwr ote:
      >
      How you help me? I need to know, how could I verify e-mail address? I
      don't mean ( for example: test@test.com it is valid or not) I wanna
      know is that real world E-mail or not?
      >
      Send them a message and tell them to go to a long secret link to prove
      they received it.
      >
      Eq.
      >
      >
      >

      Comment

      • Claire

        #4
        Re: Verify E-mail address

        >
        Thanks for your reply. But I need to check it e-mail in "live e-mail
        verification", without the long secret link...
        >
        Any Thoughts?
        My thought is that it's not possible without some cooperation from the
        adressee to respond to you


        Comment

        • JamesB

          #5
          Re: Verify E-mail address


          "Nikolay Podkolzin" <NikolayPodkolz in@discussions. microsoft.comwr ote in
          message news:4F2973AA-01C7-4326-BF65-2CD82E116D43@mi crosoft.com...
          Hi, Paul!
          >
          Thanks for your reply. But I need to check it e-mail in "live e-mail
          verification", without the long secret link...
          >
          If that was possible, then it would be a great anti-spam method as most of
          it comes from fake addresses.
          In theory you could send a message to it and then see if you get an NDR
          back, but it could be a bit complicated and there is of course the
          inevitable delay.

          If just the domain is fake then it would be easier as you would fail at the
          DNS lookup stage...

          Comment

          • Peter Morris

            #6
            Re: Verify E-mail address

            Free online network tools, including traceroute, nslookup, dig, whois, ping, and our own Domain Dossier and Email Dossier. Works with IPv6.


            That site seems to be quite accurate.


            Comment

            • =?UTF-8?B?TGFzc2UgVsOlZ3PDpnRoZXIgS2FybHNlbg==?=

              #7
              Re: Verify E-mail address

              Nikolay Podkolzin wrote:
              Good afternoon, community!
              >
              >
              >
              How you help me? I need to know, how could I verify e-mail address? I don't
              mean ( for example: test@test.com it is valid or not) I wanna know is that
              real world E-mail or not?
              >
              >
              >
              How could I do that?
              >
              >
              >
              Thank you in advance!
              >
              There are two types of email verifications:

              1. verify that the email address is legal, in the sense that it follows
              the syntax that email addresses follows
              2. verify that the email address is live, in that email you send to it
              will end up in someones inbox.

              The first type can easily be done through regular expressions, and you
              can find many such examples on http://www.regexlib.com

              The other one, however, is harder. The only sure way to do this is to
              send that someone an email, containing a link back to your site. The
              link would contain something that would allow your site to figure out
              which user the link was sent to. The user would then be required to
              click on the link to verify that the email address was correct.

              There is, fortunately, no other way of doing this. Due to recent years
              spamfest, all methods of silently verifying that an email address exists
              on a server and corresponds to someones inbox is typically disabled
              these days.

              --
              Lasse Vågsæther Karlsen
              mailto:lasse@vk arlsen.no
              Blogger ist ein Veröffentlichungs-Tool von Google, mit dem du ganz einfach deine Gedanken der Welt mitteilen kannst. Mit Blogger kannst du problemlos Texte, Fotos und Videos in deinem persönlichen Blog oder deinem Team-Blog veröffentlichen.

              PGP KeyID: 0xBCDEA2E3

              Comment

              • =?UTF-8?B?QXJuZSBWYWpow7hq?=

                #8
                Re: Verify E-mail address

                Nikolay Podkolzin wrote:
                Thanks for your reply. But I need to check it e-mail in "live e-mail
                verification", without the long secret link...
                Not possible.

                Spammers would love to do so.

                The SMTP protocol actually has a VRFY command to
                do just that.

                But it is turned off on most mail servers to make
                life just a little bit more difficult for spammers.

                Arme

                Comment

                Working...