$mailheaders = "From: [EMAIL PROTECTED]\r\nCc: 
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]\r\nBcc:
[EMAIL PROTECTED],[EMAIL PROTECTED]";

mail("[EMAIL PROTECTED]", "$Event Ticket Form", $msg, $mailheaders);

----- Original Message -----
From: "Scott Saraniero" <[EMAIL PROTECTED]>
To: <>
Sent: Wednesday, January 22, 2003 8:47 AM
Subject: [PHP] Simple E-mail Question


Hi,

I'm using this line to send an e-mail with info:

mail("[EMAIL PROTECTED]", "$Event Ticket Form", $msg, $mailheaders);

If I want to add mail recipients, or cc, or bcc, how would I do this?

Thanks,
Scott


--
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