yes -----Original Message----- From: Craig Morrison [mailto:[EMAIL PROTECTED]] Sent: 19 November 2001 22:11 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Adding *another* person to an e-mail *to:* address
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]