- Forums
- PHP
- PHP Message Error: Class Mail Not Found In
This Page Contains information about PHP Message Error: Class Mail Not Found In By wallpaperama in category PHP with 3 Replies. [1199], Last Updated: Sat May 18, 2024
wallpaperama
Thu Nov 06, 2008
3 Comments
5222 Visits
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