Ok here is the issue. I send an html email to my users.
I can't just send content text/html html in my headers because my host don't like it! They suggested to use SMTP.
So I had to install Pear id did. Then I had to install the Mail extension. I did. Now I grab a code from the web to try it out and I get the error message
Fatal error: Class 'Mail' not found in /home/alain/php/Mail/mail.php on line 51
I'm calling that file with a require_once();
. Now the line 51 in mail.php is
class Mail_mail extends Mail {
Its only the class statement!! The installation is brand new. The host use Cpanel