Hi,
I've installed the Mail_Mime package in pear but the my code cannot find the class to use. the following line fails as it cannot find Mail.php.
PHP Code:
require_once("Mail.php");
if I try the following line without any includes/requies, the class is not found.
PHP Code:
$mime = new Mail_mime($crlf);
I thought cpanel says you do not have to modify and include paths for pear classes to work?
the only way i can get it to work is to manually download the classes and put them locally.
aside (and bad message board etiquate):
should I be able to call Zend libraries, or again, do I have to download these manually?
thanks in advance.
Gee