Sometimes my mail() function returns FALSE, but there is no error message.
Error reporting is set to E_ALL.
It seems to be a problem of the bcc: line.
I use:
$headers .= "Bcc: aaaa@aaa.aa,bbb b@bbb.bb,cccc@c cc.cc\n";
I currently have approx. 30 addresses in the line.
Are there any limits?
And how can I get an error message?
Thanks,
Gerhard
--
Error reporting is set to E_ALL.
It seems to be a problem of the bcc: line.
I use:
$headers .= "Bcc: aaaa@aaa.aa,bbb b@bbb.bb,cccc@c cc.cc\n";
I currently have approx. 30 addresses in the line.
Are there any limits?
And how can I get an error message?
Thanks,
Gerhard
--
Comment