
 Paul Moers - 2007-11-12 12:51:59
When the Class passes 'additional_parameters' to the mail function (http://php.net/function.mail.php), no mail is being sent.
Somehow the script wrongly evaluates to passing these 'additional_parameters' on line 520. I'm running PHP version 5.2.1.
I tried to see for myself what was going wrong there but I couldn't find the reason. I did see something else that I believe is not correct: I believe that the last section of the clause on line 520 is telling that, if the PHP version is lower than 4.2.3 and safe mode is on, then don't use 'additional_parameters'. By reading  the changelog on http://php.net/function.mail.php I understand that this should be only for version 4.2.3 in safe_mode...
Paul