See:

  http://www.php.net/manual/en/function.mail.php

Pay particular attention to example #4.

Ross Fleming wrote:
> 
> I think you can send it as an extra header...
> 
> $mailheaders.="To: $otheremail\n";
> 
> I can't comment by saying used PHP to do this, but if you understand the
> SMTP protocol then you'll know it should work.
> 
> Ross
> 
> -----Original Message-----
> From: Anthony Ritter [mailto:[EMAIL PROTECTED]]
> Sent: 19 November 2001 22:42
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Adding *another* person to an e-mail *to:*
> address
> 
> Ross,
> As much I would like to say it works...no dice.
> 
> I tried:
> $to.=";[EMAIL PROTECTED]";   (semicolon)
> 
> $to.=",[EMAIL PROTECTED]";   (comma)
> 
> $to.="[EMAIL PROTECTED]".",";
> ended the first e-mail string with quotes then added a dot then put a comma
> in between quotes. Then ended it with a semicolon.
> 
> Any other suggestions?

-- 

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]

Reply via email to