Re: [PHP] Re: Simple E-mail Question

2003-01-22 Thread 1LT John W. Holmes
> > 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? > > add "cc: [EMAIL PROTECTED]\n" etc. to your $mailheaders Use \r\n to separate header

[PHP] Re: Simple E-mail Question

2003-01-22 Thread Aquarion
In article <[EMAIL PROTECTED]>, 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? add "cc: [EMAIL PROTECTED]\n" etc.