PHP Classes

Do you have a bulk verification script?

Recommend this page to a friend!

      PHP Email validation  >  PHP Email validation package blog  >  How to Correct Email ...  >  All threads  >  Do you have a bulk verification script?  >  (Un) Subscribe thread alerts  
Subject:Do you have a bulk verification script?
Summary:I'm looking for a simple script to bulk verify email addresses
Messages:5
Author:Noorul Asif
Date:2012-08-05 02:43:09
Update:2012-08-05 03:39:14
 

  1. Do you have a bulk verification script?   Reply   Report abuse  
Picture of Noorul Asif Noorul Asif - 2012-08-05 02:43:09
hi manuel:

great piece of script. worked wonderfully well with me.

i was wondering if you have a simple script to bulk verify email addresses. i have a daily deals website and often get wasteful email addresses entered at the "subscribe now" page; it is the landing page.

needless to say, i want to keep things clean.

if you have something, or if you know where i can find, please advise.

once again, excellent job! your 2006 effort is still yielding results for mortals like us :)

asif,....

  2. Re: Do you have a bulk verification script?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-08-05 03:39:14 - In reply to message 1 from Noorul Asif
You should use the validation on each subscription and not accept invalid addresses.

Also, if messages start bouncing later, you should also suspend delivery.

  3. Re: Do you have a bulk verification script?   Reply   Report abuse  
Picture of Suresh Suresh - 2015-04-23 08:21:37 - In reply to message 2 from Manuel Lemos
Sir, i am using your email verification class, and i am using pthreading, for bulk emails above 1000... but i am losing data in threads. What i should do?

Please guide me for the bulk email verification tool, What are the best ways?

  4. Re: Do you have a bulk verification script?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-04-23 08:43:21 - In reply to message 3 from Suresh
It may be simpler to divide your list in multiple chunks and run a single script multiple times, giving a chunk to each copy of the script that you run.

  5. Re: Do you have a bulk verification script?   Reply   Report abuse  
Picture of Diogo Alves Diogo Alves - 2015-12-29 20:26:07 - In reply to message 4 from Manuel Lemos
Nice to know... i will try this class for 40.000 emails.
Good work Manuel :)