J
|
Jane 4/19/2007 |
Stephan, |
M
|
mmponline author 4/19/2007 |
I've changed the code to the follwing: $headers= 'Bcc: $all_emails' . "\r"; // as I want these ardresses al added to the Bcc
|
D
|
Dale 4/19/2007 |
I think you forgot the .= for your header. I think it should be $headers .= 'Bcc ........... |
M
|
mmponline author 4/20/2007 |
This still doesn't work. I get an ndefined variable error. mail($mailfrom1, $subject, $message, 'Bcc: '.$all_emails); in stead of the
|