Re: two small issues with php mail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: 'kathyandrews@xxxxxxxxxxxxx';

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux