mail("[EMAIL PROTECTED]","This Is A Subject",$message,"From: [EMAIL PROTECTED]\r\nCc:
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]\r\nBcc:
[EMAIL PROTECTED],[EMAIL PROTECTED]");

Separate addesses with commas.  Separate CC and BCC with \r\n

----- Original Message -----
From: "Scott Fletcher" <[EMAIL PROTECTED]>
To: <>
Sent: Thursday, February 13, 2003 11:32 AM
Subject: [PHP] sending e-mail with 'Bcc:' and 'Cc:' not working....


I'm a little puzzled on why does either of these two, 'Bcc' and 'Cc' not
work when I had successfully send the e-mail.  My best guess is that I need
additional header, if so then what are the required header needed to make
this 'Bcc' and 'Cc' work?

Here's the Internet Header from the " To:  " e-mail that worked.

--clip--
Received: from localhost (host.domain.com [0.0.0.0]) by hostname.domain with
SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
 id 1KAAMHG6; Thu, 13 Feb 2003 11:58:34 -0500
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: e-Mail Test....
Date: Thu, 13 Feb 2003 12:03:48 EST
--clip--

Thanks....



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




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

Reply via email to