On Tuesday 03 December 2002 20:09, Alain ROMERO wrote:
> PHP server = Win 2000 SP2/php 4.1.2
> SMTP server = Netscape Messenger 4.15 (declare on php.ini)
>
> Why CC and BCC never receive mail ?
> The header 'TO' is correct : see CC and BCC !
> The header : "From : ..... CC: [EMAIL PROTECTED] BCC: [EMAIL PROTECTED]"

Headers need to be separated by "\r\n". But it is much more convenient to use 
a ready-made class instead ...

> I try  severals classes I have found (PHP Classes), no good result !

... try phpmailer (www.phpclasses.org).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
If I am elected no one will ever have to do their laundry again!
*/


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

Reply via email to