> > 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 $mailheadersUse \r\n to separate headers, not just \n. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

