Brad wrote:
You say

The use of BCC with the PHP mail function is pretty well-explained on the PHP manual page for said function.

I say,

No it doesn't, I tried everything on that page and it either parse error'ed
or didn't work.

Wrong bit. I also said...

> // $headers = 'bcc: '[EMAIL PROTECTED]';

This should work. However, because you're assigning this to $headers rather than concatenating it you're trampling over the From line above.

BTW, Bcc usually has a capital letter. Probably wouldn't cause any problems but has the potential to stop it working.

Fin.

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to