This happened to me before, too. I used to be able to use it, but then it was disabled due to abuse (not my me). You can try to email your hosting admin to see if it was disabled since you used it last. Another host I know of disabled all emails sent except for email addresses that were @TheHostedDomain.com to avoid mass spamming (you could still spam yourself).
What I ended up doing, which I like better anyway, is using Sock. Take a look at:
http://phpmailer.sourceforge.net/
It's a great little script. The installation and crap is a bit confusing. You really only need class.phpmailer.php and class.smtp.php. With those two files, you can send email, but to make things easier, you can make another file (2nd example):
http://phpmailer.sourceforge.net/extending.html
You can set up your defaults there. You won't need this:
// Create an additional function
function do_something($something) {
// Place your new code here
}
and then just include that file. That way you don't have to fill out everything all the time, but if something needs changed, it can be done. The only real configuration that's needed is the host part, which is probably going to be localhost.