Re: [PHP] Simple E-mail Question

2003-01-22 Thread Sean Burlington
Scott Saraniero wrote: 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 http://www.php.net/manual/en/function.mail.php Example 4. Se

Re: [PHP] Simple E-mail Question

2003-01-22 Thread Rick Emery
t 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 wa

Re: [PHP] Simple E-mail Question

2003-01-22 Thread Tom Ray
t should work for you. Just do this for whatever other headers you want to add to the mail -Original Message- From: Scott Saraniero <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 22 Jan 2003 09:47:52 -0500 Subject: [PHP] Simple E-mail Question > Hi, > > I'm usin

[PHP] Simple E-mail Question

2003-01-22 Thread Scott Saraniero
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