// here's a nice example for a bcc adress, just generate a header

$headers .= "From: Birthday Reminder <[EMAIL PROTECTED]>\r\n";

$headers .= "Cc: [EMAIL PROTECTED]\r\n";
$headers .= "Bcc: [EMAIL PROTECTED]\r\n";

/* and now mail it */
mail($to, $subject, $message, $headers);

gurix


"Tim Ward" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
01D892A483EAD511926A00500416D3C004767A@HUNTERS-MAIL">news:01D892A483EAD511926A00500416D3C004767A@HUNTERS-MAIL...
> If you mean blind carbon copy on e-mails then
> www.php.net/manual/en/function.mail.php
> <http://www.php.net/manual/en/function.mail.php>  explains how to do it.
If
> you mean anything else please elaborate
>
> Tim
> www.chessish.com <http://www.chessish.com>
>
> ----------
> From:  Deependra B. Tandukar [SMTP:[EMAIL PROTECTED]]
> Sent:  07 January 2002 03:29
> To:  PHP General
> Subject:  bcc
>
> Greetings !
>
> Is Bcc supported in PHP?
>
> Looking forward to hearing from you.
>
> Warm Regards,
> DT
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to