I've got a question that I am not sure where to turn to for explanation, so I thought I'd post in this forum since it seems to be the most logical place.
I have a question regarding sending email with PHP. Actually, I've been working on resolving some bugs in an email newsletter module someone else wrote for the Post Nuke CMS system. The original developer has had other major items to work on and so I have just been volunteering my time and efforts at helping users out on the support forum on his site.
If you use BCC in an email in PHP, and you have a list of users to send the email to, will the system be able to process this BCC send request faster than if you were using PHP to send the email with the TO line?
I'm asking this because one user has a rather large list of users on their site and the email newsletter application doesn't send out the email to the large list. The user has a smaller group for another newsletter and it goes out. I have a small list myself from my site that I send message out to, so I know it works. It just seems that maybe the time it takes the PHP script to process the request for the large list times out and therefore it just doesn't get sent.
Hopefully, someone here can answer what I've asked above, and any information would be appreciated.
Thanks,
Ira