Note by: cgoebels@das-netz-erobern.de
I get exactly the same error message, and I have made sure I've put require_once('Mail.php') and nothing else there. :(
Any ideas?
Is this a bug?
Note by: belldandy_sama_4@yahoo.com
here is the code:
89 $smtp = Mail::factory('smtp',
90 array ('host' => $host,
91 'auth' => true,
92 'username' => $username,
93 'password' => $password));
^-line number
here is the error:
Fatal error: Class 'Mail' not found in /home/intercon/public_html/addtemp.php on line 89
can anybody help me with this??