Re: [PHP] bcc on php

2003-07-17 Thread Wendell Brown
On Fri, 18 Jul 2003 08:30:24 +0800, Louie Miranda wrote: >> A message that you sent contained a recipient address that was incorrectly >> constructed: >> Bcc: [EMAIL PROTECTED] missing or malformed local part (expected word or >> "<") > >got this error.. Well, maybe your copy of php is expectin

Re: [PHP] bcc on php

2003-07-17 Thread Louie Miranda
--- From: "Wendell Brown" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 7:31 PM Subject: Re: [PHP] bcc on php > On Thu, 17 Jul 2003 05:55:27 +, Curt Zirzow wrote: > > >> Example 4. Sending complex email > >

Re: [PHP] bcc on php

2003-07-17 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Thu, 17 Jul 2003 at 13:09, lines prefixed by '>' were originally written by you. > be aware that BCC header some times don't works properly on Windows > platforms and the recipient can see the BCC header from the source of > mail! I am using

Re: [PHP] bcc on php

2003-07-17 Thread Abdolhamid Joukar
;'Louie Miranda'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, July 17, 2003 5:27 AM > Subject: RE: [PHP] bcc on php > > > > Just include Bcc in the extra headers. Take a look at > > > > Example 4. Sending complex email > &

Re: [PHP] bcc on php

2003-07-17 Thread Wendell Brown
On Thu, 17 Jul 2003 05:55:27 +, Curt Zirzow wrote: >> Example 4. Sending complex email >> http://www.php.net/manual/en/function.mail.php >> >um.. don't use that example, it is the incorrect way to send a bcc. for >one it wont work and two the people will see the bcc, defeating the >purpose of

Re: [PHP] bcc on php

2003-07-16 Thread Curt Zirzow
Louie Miranda <[EMAIL PROTECTED]> wrote: > hello, > > how do you make a bcc on php on a form 2 email settings.. I would suggest: http://phpmailer.sourceforge.net/ Curt -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] bcc on php

2003-07-16 Thread Curt Zirzow
Ralph Guzman <[EMAIL PROTECTED]> wrote: > Just include Bcc in the extra headers. Take a look at > > Example 4. Sending complex email > http://www.php.net/manual/en/function.mail.php > um.. don't use that example, it is the incorrect way to send a bcc. for one it wont work and two the people will

RE: [PHP] bcc on php

2003-07-16 Thread Ralph Guzman
Just include Bcc in the extra headers. Take a look at Example 4. Sending complex email http://www.php.net/manual/en/function.mail.php -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 5:47 PM To: [EMAIL PROTECTED] Subject: [PHP] bcc on php

[PHP] bcc on php

2003-07-16 Thread Louie Miranda
hello, how do you make a bcc on php on a form 2 email settings.. -- Thank you, Louie Miranda ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php