View Single Post
Old 18-09-2003, 11:50   #1 (permalink)
ThePhilster
Registered User
 
Join Date: Jun 2003
Location: Belfast
Posts: 43
PHP Mass Mailing

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
  Reply With Quote