Using BCC in email header doesn't work?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Elmseeker
Forum Contributor
Posts: 132
Joined: Sun Dec 22, 2002 5:48 am
Location: Worcester, MA

Post by Elmseeker »

Right okay. I'm screwed then. Sending 100 emails seems like a very server intensive way of doing it.
That all depends on how big the email your sending out is, if it is a short note or contains only text it's not a big deal take a minute or so at most. If you start adding attatchments or images it could very quickly suck up your CPU cycles and RAM making your system begin smoking and spewing out flames...well...maybe it wouldn't be quite THAT bad...but...it'd be bad... :twisted:
Matt Phelps
Forum Commoner
Posts: 82
Joined: Fri Jun 14, 2002 2:05 pm

Post by Matt Phelps »

Well it's an HTML email newsletter. Quite a bit of text but no images.
Post Reply