Hi,
I am currently writing a forum and one of the things I'd like it to be able to do is send an email to those who asked for it when these is a reply to a thread, but I would prefer it if each email has an individual To: header so that when somebody receives an email they don't see all the email address of the other people who the email has been sent to aswell.
I'm currently using a Bcc: header to send all the emails but I would prefer to have a To: header instead.
For the rest I'm using PHP 4.1.2 and (linux) sendmail to send the emails (if PHP's mail() can do it that would be fine too).
A while loop is possible that simply sends a new email per address but I was hoping that there's a more effecient way to do it.
Thnx,
SunMar.