1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to know email address exist ?

Discussion in 'C#' started by dzflip, Nov 27, 2009.

  1. #1
    I know we can send a test email to make sure email address exist.

    But have another way to check email exist that don't need send test ?

    Anybody help, plz ?
     
    dzflip, Nov 27, 2009 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    no, not consistently...
     
    camjohnson95, Nov 28, 2009 IP
  3. erandika1986

    erandika1986 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can check the emaila ddress by sending confirmation email. Other than that there is no other way
     
    erandika1986, Dec 17, 2009 IP
  4. urstop

    urstop Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hmm, there is no way to test if the email exists without actually sending a email to the email address. And you can configure the Bounce mail box , so that if the email address does not exist, you get a bounced email to your mail box and then you can be sure that the mail id does not exists. This way you don't have to wait for the email user to click on the link in your confirmation mail.
     
    urstop, Dec 20, 2009 IP
    hansab likes this.
  5. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #5
    The only way that I could think that this could be done is to 'FINGER' the server. But not many server's will not allow this anyway. So the conclusion is that, no it is not possible (without sending a confirmation email).
     
    camjohnson95, Dec 20, 2009 IP
  6. makeitlive

    makeitlive Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    As erandika1986 said, the best way is to send the confirmation email where user has to "click on a link". This is, I think, most reliable way
     
    makeitlive, Dec 21, 2009 IP
  7. hansab

    hansab Active Member

    Messages:
    162
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Well if you want to check the email of yahoo then u can goto http://profiles.yahoo.com/username

    If you want to check hotmail email address, just make a dummy account and then add him on msn messenger :)

    But its a limited answer which i am giving because everyone said the same thing so just thought of hotmail and yahoo.

    But if you want to check other email addresses and then all the answers which are given above, are correct and there is no other way.
     
    hansab, Jan 30, 2010 IP
  8. robertokuykendall

    robertokuykendall Guest

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i think there is no way to checking if email address exist or not in on fly.
     
    robertokuykendall, Feb 21, 2010 IP
  9. sdnsoft

    sdnsoft Member

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #9
    In spite of confirmation link you can also use tracking image, but it's not completly solving your problem because some clients does not show images by default.

    Your image should be get by request made to your server that will track that user opened mail. You can use for example something like http://page.com/image.aspx?user={email}.
     
    sdnsoft, Feb 22, 2010 IP
  10. JJnacy

    JJnacy Peon

    Messages:
    448
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I think you can only check if someone did open the mail.
     
    JJnacy, Feb 24, 2010 IP
  11. sbglobal79

    sbglobal79 Banned

    Messages:
    724
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    55
    #11
    there is no way to check confirmation emaill address..
     
    sbglobal79, Feb 25, 2010 IP
  12. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Do you mean that you want an asp script to check if the mailbox exists? If so, then no there is no way. You can check to see if an email address appears to be valid so that if someone is entering their email address on a form and they enter "ZZZZ" you can post back and provide a message that the address is not valid. You can also parse for free accounts like hotmail or gmail and not allow access to other areas of your site if it is a free account.

    These are all standard functions.

    /*tom*/
     
    longcall911, Mar 3, 2010 IP
  13. oliver_ajans

    oliver_ajans Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You checks in database fields.
    ...
    Sql: ... usermail '%Request.form("txtmail")%'"...
     
    oliver_ajans, Mar 6, 2010 IP
  14. korn-chris

    korn-chris Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    You can try this site which is very good and very quick! Has bulk email verify and simple email verify! Supports also api keys for registration forms like forums, newsletters etc..
    Try it, i have put 80.000 emails and all done!
     
    korn-chris, Oct 19, 2012 IP
  15. shhassannaseer

    shhassannaseer Well-Known Member

    Messages:
    357
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #15
    Not regularly...
     
    shhassannaseer, Oct 29, 2012 IP
  16. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #16
    To make sure that there's an email server at the domain of the address, query the MX record for the domain. If it doesn't exist, query the A record for the domain. (You can write the code to return one or'ed with the other.) If neither one exists, the address doesn't point to a real email server.

    Use normal RegEx to check the syntax of the address (only 1 @, no occurrence of .., no occurrence of .@ or @., etc.) You can no longer check the account name (stuff to the left of the @) on most servers, due to the VRFY command being disabled due to spammers.
     
    Rukbat, Nov 1, 2012 IP
  17. zeesales

    zeesales Active Member

    Messages:
    142
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    85
    Articles:
    1
    #17
    One way is to check that valid TLD is present in the email. Another should be . All the above answers remain as true. Plus these two possibilities.
     
    zeesales, Nov 19, 2012 IP
  18. anurag355

    anurag355 Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    3
    #18
    go to site http://verify-email.org/
    write the email address and click to button
    you will found you answer
     
    anurag355, Jan 25, 2013 IP