Ross Fleming wrote: > > Actually yes. I was just looking there myself... > /* recipients */ > $recipient .= "Mary <[EMAIL PROTECTED]>" . ", " ; //note the comma
The concatenation operator "." is in use here. Is there a previous $recipient that this can be added to? > $recipient .= "Kelly <[EMAIL PROTECTED]>" . ", "; > $recipient .= "[EMAIL PROTECTED]"; -- Craig Morrison MTS Professional @ http://www.mtsprofessional.com/ A Win32 Email server that works for _you_. -- PHP Windows 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]