This is my problem, and i have searched alot of boards and seen alot of code but nothing that will work with what i want to do.
The problem:
My script will create an array of email addresses, it may get as large 5 or 10 thousand.
How can i walk through this array getting 50 or 100 email addresses at a time (can someone show me code), and then send those 50 (by BCC) an email with either mail() or PHPMailer, then move on to the next 50 or 100 people in the array.
Also, which would you suggest, PHPMailer or mail() or does it matter if im only grabbing say 50 or 100 emails at a time.
your help is very much appreciated!