if for some reason you are also getting this error: Fatal error: Class 'mail' not found in wallpaperama/public_html/index.php on line 17 on yours php script i will try to help you. today i was running a smtp script and i got an error on my code, but i dont have a class called mail on php script. well, if you are getting this error its because you dont have the mail class installed in your php distribution, i think its a pearl mod, but i dont know, anyways, if you want to fix it, you need to install it. this is the commend you need to send when you are logged into your linux server shell command:

yum install php-pear-Mail


thats it

i hope it works for you