protected static function sendWithPear( $mailer, $dest, $headers, $body ) {
$mailResult = $mailer->send( $dest, $headers, $body );
public static function send( $to, $from, $subject, $body, $replyto = null,
$contentType = 'text/plain; charset=UTF-8'
) {$from parameter is missing. $headers being the same as $subject seems wrong
Version: 1.24rc
Severity: normal