Hi,
I've had a similar problem and now also open the destination email addresses and it works fine. Try this:
$mailprog = "/usr/lib/sendmail";
$email = "denesa.k.shaw\@centerpointenergy.com";
open(MAIL, "| $mailprog $email") or die "cant use mail send"...