mail() returns FALSE, no err msg

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gerhard Buergmann

    #1

    mail() returns FALSE, no err msg

    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

    --


Working...