Re: [PHP] Additional e-mail address in PHP script...

2001-11-18 Thread David Robley
On Mon, 19 Nov 2001 11:15, Martin Towell wrote: > add: > $mailheaders.="CC: $other_email\n"; > > > $mailheaders.="BCC: $other_email\n"; > should also work but I haven't managed to get blind carbon copy to work > for me :( > Try Bcc and Cc - note the case. -- David Robley Techno-JoaT, Web Ma

Re: [PHP] Additional e-mail address in PHP script...

2001-11-18 Thread Avdija A . AhmedhodziƦ
01:45 Subject: RE: [PHP] Additional e-mail address in PHP script... > add: > $mailheaders.="CC: $other_email\n"; > > > $mailheaders.="BCC: $other_email\n"; > should also work but I haven't managed to get blind carbon copy to work for > me :( > > -

RE: [PHP] Additional e-mail address in PHP script...

2001-11-18 Thread Martin Towell
add: $mailheaders.="CC: $other_email\n"; $mailheaders.="BCC: $other_email\n"; should also work but I haven't managed to get blind carbon copy to work for me :( -Original Message- From: Anthony Ritter [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 12:49 PM To: [EMAIL PROTECTE