Seeking Script to Verify Validity of Email Addresses

Discussion in 'Scripts' started by Hijynx427, Dec 24, 2009.

  1. #1
    Hi all - I was wondering if in any of your travels and adventures online, you've come across a free script to check the validity of an email address (more like a list of email addresses, preferably 100's at a time)

    Let me know!

    Thanks,

    Jason
     
    Hijynx427, Dec 24, 2009 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    you can build it yourself with php
    the idea is simple
    do an array with desired checkings
    $emailstocheck = array("em1", "em2");
    then do a loop with
    filter_var($email, FILTER_VALIDATE_EMAIL);

    I would do it for 20$
     
    crivion, Dec 25, 2009 IP
  3. xmart

    xmart Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can also use javascript in this case, which might be more appropriate. I am not sure you can find any free but I can always suggest you to look into hotscripts.com. There are many script which we do not know and might be discovered by you.
     
    xmart, Dec 25, 2009 IP