Okay, so I want to create a "newsletter" for my site. Got me some subscriber emails, but what's the best way to do it in PHP...
a.) Loop through all users, sending an individual email to each user?
or
b.) Put all the users into the BCC field of the email and send it?
Is there another way? Is this likely to kill my server if I have loads of email addresses??
Ta,
Phil