software to check if email address is alive?

4 replies
hi there,

well the title says it all,
i found a list on my pc, an old list with about 50 emails.

if there any way to check is the emails are ok? before sending this address an email?

thank you!

Matan
#address #alive #check #email #software
  • Profile picture of the author DonHastie
    Hi Matan,
    Sent you a PM.
    {{ DiscussionBoard.errors[6013293].message }}
  • Profile picture of the author jacktackett
    This site offers a free trial up to 500 addresses. I've never used them but others have recommended them to me. - YMMV

    Email Validation | Verify Email Address

    --Jack
    Signature
    Let's get Tim the kidney he needs!HELP Tim
    Mega Monster WSO for KimW http://ow.ly/4JdHm


    {{ DiscussionBoard.errors[6015385].message }}
  • Profile picture of the author TerryLock
    Originally Posted by metalice View Post

    hi there,

    well the title says it all,
    i found a list on my pc, an old list with about 50 emails.

    if there any way to check is the emails are ok? before sending this address an email?

    thank you!

    Matan
    Matan, the quickest way to check email addresses if they are active or not would be writing a small PHP script which will check MX records, connect to these MXes and then perform a simple relaying test.

    The "risk" of this method is, you may be banned or black listed. Therefore, you shouldn't check email addresses more than 30 at a time (per connection).

    Another "risk" is, a catch-all email address might have been set. In such cases, whatever you try, the target mail server will not return 5.x.x error code.

    I hope this helps.

    Cheers,
    T.
    {{ DiscussionBoard.errors[6020231].message }}
  • Profile picture of the author askloz
    Do you where these scripts can be found? I'm having a hard time finding a PHP script that will check the validity of the email and the MX record to see if its still a live email..

    Cheers
    Signature
    {{ DiscussionBoard.errors[9453161].message }}

Trending Topics