• in the mailheader addition:

    // $args[‘headers’] .= “X-Clacks-Overhead: GNU Terry Pratchett \n”;

    should be

    $args[‘headers’][] = “X-Clacks-Overhead: GNU Terry Pratchett \n”;

    otherwise it kills the email with an ArrayX-Clacks-Overhead.
    It’s an array not a string of headers..

    Great initiative though.. Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Minor, but irritating bug’ is closed to new replies.