Okay, I think I found the problem. I made the following changes to the /wp-includes/functions.php file:
Change this line:
return @mail($to, $subject, $message, $headers, $more);
to this:
return @mail($to, $subject, $message, $headers);
This cleared up my problem on WP 1.5.